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.getConsoleWithLocation
Explore with Pulumi AI
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 getConsoleWithLocation
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 getConsoleWithLocation(args: GetConsoleWithLocationArgs, opts?: InvokeOptions): Promise<GetConsoleWithLocationResult>
function getConsoleWithLocationOutput(args: GetConsoleWithLocationOutputArgs, opts?: InvokeOptions): Output<GetConsoleWithLocationResult>
def get_console_with_location(console_name: Optional[str] = None,
location: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConsoleWithLocationResult
def get_console_with_location_output(console_name: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConsoleWithLocationResult]
func LookupConsoleWithLocation(ctx *Context, args *LookupConsoleWithLocationArgs, opts ...InvokeOption) (*LookupConsoleWithLocationResult, error)
func LookupConsoleWithLocationOutput(ctx *Context, args *LookupConsoleWithLocationOutputArgs, opts ...InvokeOption) LookupConsoleWithLocationResultOutput
> Note: This function is named LookupConsoleWithLocation
in the Go SDK.
public static class GetConsoleWithLocation
{
public static Task<GetConsoleWithLocationResult> InvokeAsync(GetConsoleWithLocationArgs args, InvokeOptions? opts = null)
public static Output<GetConsoleWithLocationResult> Invoke(GetConsoleWithLocationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConsoleWithLocationResult> getConsoleWithLocation(GetConsoleWithLocationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:portal:getConsoleWithLocation
arguments:
# arguments dictionary
The following arguments are supported:
- Console
Name string - The name of the console
- Location string
- The provider location
- Console
Name string - The name of the console
- Location string
- The provider location
- console
Name String - The name of the console
- location String
- The provider location
- console
Name string - The name of the console
- location string
- The provider location
- console_
name str - The name of the console
- location str
- The provider location
- console
Name String - The name of the console
- location String
- The provider location
getConsoleWithLocation Result
The following output properties are available:
- Properties
Pulumi.
Azure Native. Portal. Outputs. Console Properties Response - Cloud shell console properties.
- Properties
Console
Properties Response - Cloud shell console properties.
- properties
Console
Properties Response - Cloud shell console properties.
- properties
Console
Properties Response - Cloud shell console properties.
- properties
Console
Properties Response - Cloud shell console properties.
- properties Property Map
- Cloud shell console properties.
Supporting Types
ConsolePropertiesResponse
- Os
Type string - The operating system type of the cloud shell.
- Provisioning
State string - Provisioning state of the console.
- Uri string
- Uri of the console.
- Os
Type string - The operating system type of the cloud shell.
- Provisioning
State string - Provisioning state of the console.
- Uri string
- Uri of the console.
- os
Type String - The operating system type of the cloud shell.
- provisioning
State String - Provisioning state of the console.
- uri String
- Uri of the console.
- os
Type string - The operating system type of the cloud shell.
- provisioning
State 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.
- os
Type String - The operating system type of the cloud shell.
- provisioning
State 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
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