1. Packages
  2. Azure Native v1
  3. API Docs
  4. portal
  5. getConsole
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.portal.getConsole

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets the console for the user. API Version: 2018-10-01.

    Using getConsole

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getConsole(args: GetConsoleArgs, opts?: InvokeOptions): Promise<GetConsoleResult>
    function getConsoleOutput(args: GetConsoleOutputArgs, opts?: InvokeOptions): Output<GetConsoleResult>
    def get_console(console_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetConsoleResult
    def get_console_output(console_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetConsoleResult]
    func LookupConsole(ctx *Context, args *LookupConsoleArgs, opts ...InvokeOption) (*LookupConsoleResult, error)
    func LookupConsoleOutput(ctx *Context, args *LookupConsoleOutputArgs, opts ...InvokeOption) LookupConsoleResultOutput

    > Note: This function is named LookupConsole in the Go SDK.

    public static class GetConsole 
    {
        public static Task<GetConsoleResult> InvokeAsync(GetConsoleArgs args, InvokeOptions? opts = null)
        public static Output<GetConsoleResult> Invoke(GetConsoleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConsoleResult> getConsole(GetConsoleArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:portal:getConsole
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConsoleName string
    The name of the console
    ConsoleName string
    The name of the console
    consoleName String
    The name of the console
    consoleName string
    The name of the console
    console_name str
    The name of the console
    consoleName String
    The name of the console

    getConsole Result

    The following output properties are available:

    Properties ConsolePropertiesResponse
    Cloud shell console properties.
    properties ConsolePropertiesResponse
    Cloud shell console properties.
    properties ConsolePropertiesResponse
    Cloud shell console properties.
    properties ConsolePropertiesResponse
    Cloud shell console properties.
    properties Property Map
    Cloud shell console properties.

    Supporting Types

    ConsolePropertiesResponse

    OsType string
    The operating system type of the cloud shell.
    ProvisioningState string
    Provisioning state of the console.
    Uri string
    Uri of the console.
    OsType string
    The operating system type of the cloud shell.
    ProvisioningState string
    Provisioning state of the console.
    Uri string
    Uri of the console.
    osType String
    The operating system type of the cloud shell.
    provisioningState String
    Provisioning state of the console.
    uri String
    Uri of the console.
    osType string
    The operating system type of the cloud shell.
    provisioningState string
    Provisioning state of the console.
    uri string
    Uri of the console.
    os_type str
    The operating system type of the cloud shell.
    provisioning_state str
    Provisioning state of the console.
    uri str
    Uri of the console.
    osType String
    The operating system type of the cloud shell.
    provisioningState String
    Provisioning state of the console.
    uri String
    Uri of the console.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi