This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.networkcloud.getConsole
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get properties of the provided virtual machine console. Azure REST API version: 2023-10-01-preview.
Other available API versions: 2023-07-01, 2024-06-01-preview.
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,
resource_group_name: Optional[str] = None,
virtual_machine_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConsoleResult
def get_console_output(console_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
virtual_machine_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:networkcloud:getConsole
arguments:
# arguments dictionary
The following arguments are supported:
- Console
Name string - The name of the virtual machine console.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Virtual
Machine stringName - The name of the virtual machine.
- Console
Name string - The name of the virtual machine console.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Virtual
Machine stringName - The name of the virtual machine.
- console
Name String - The name of the virtual machine console.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- virtual
Machine StringName - The name of the virtual machine.
- console
Name string - The name of the virtual machine console.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- virtual
Machine stringName - The name of the virtual machine.
- console_
name str - The name of the virtual machine console.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- virtual_
machine_ strname - The name of the virtual machine.
- console
Name String - The name of the virtual machine console.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- virtual
Machine StringName - The name of the virtual machine.
getConsole Result
The following output properties are available:
- Detailed
Status string - The more detailed status of the console.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Enabled string
- The indicator of whether the console access is enabled.
- Extended
Location Pulumi.Azure Native. Network Cloud. Outputs. Extended Location Response - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Private
Link stringService Id - The resource ID of the private link service that is used to provide virtual machine console access.
- Provisioning
State string - The provisioning state of the virtual machine console.
- Ssh
Public Pulumi.Key Azure Native. Network Cloud. Outputs. Ssh Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- System
Data Pulumi.Azure Native. Network Cloud. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Virtual
Machine stringAccess Id - The unique identifier for the virtual machine that is used to access the console.
- Expiration string
- The date and time after which the key will be disallowed access.
- Dictionary<string, string>
- Resource tags.
- Detailed
Status string - The more detailed status of the console.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Enabled string
- The indicator of whether the console access is enabled.
- Extended
Location ExtendedLocation Response - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Private
Link stringService Id - The resource ID of the private link service that is used to provide virtual machine console access.
- Provisioning
State string - The provisioning state of the virtual machine console.
- Ssh
Public SshKey Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Virtual
Machine stringAccess Id - The unique identifier for the virtual machine that is used to access the console.
- Expiration string
- The date and time after which the key will be disallowed access.
- map[string]string
- Resource tags.
- detailed
Status String - The more detailed status of the console.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- enabled String
- The indicator of whether the console access is enabled.
- extended
Location ExtendedLocation Response - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- private
Link StringService Id - The resource ID of the private link service that is used to provide virtual machine console access.
- provisioning
State String - The provisioning state of the virtual machine console.
- ssh
Public SshKey Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machine StringAccess Id - The unique identifier for the virtual machine that is used to access the console.
- expiration String
- The date and time after which the key will be disallowed access.
- Map<String,String>
- Resource tags.
- detailed
Status string - The more detailed status of the console.
- detailed
Status stringMessage - The descriptive message about the current detailed status.
- enabled string
- The indicator of whether the console access is enabled.
- extended
Location ExtendedLocation Response - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- private
Link stringService Id - The resource ID of the private link service that is used to provide virtual machine console access.
- provisioning
State string - The provisioning state of the virtual machine console.
- ssh
Public SshKey Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machine stringAccess Id - The unique identifier for the virtual machine that is used to access the console.
- expiration string
- The date and time after which the key will be disallowed access.
- {[key: string]: string}
- Resource tags.
- detailed_
status str - The more detailed status of the console.
- detailed_
status_ strmessage - The descriptive message about the current detailed status.
- enabled str
- The indicator of whether the console access is enabled.
- extended_
location ExtendedLocation Response - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- private_
link_ strservice_ id - The resource ID of the private link service that is used to provide virtual machine console access.
- provisioning_
state str - The provisioning state of the virtual machine console.
- ssh_
public_ Sshkey Public Key Response - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual_
machine_ straccess_ id - The unique identifier for the virtual machine that is used to access the console.
- expiration str
- The date and time after which the key will be disallowed access.
- Mapping[str, str]
- Resource tags.
- detailed
Status String - The more detailed status of the console.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- enabled String
- The indicator of whether the console access is enabled.
- extended
Location Property Map - The extended location of the cluster manager associated with the cluster this virtual machine is created on.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- private
Link StringService Id - The resource ID of the private link service that is used to provide virtual machine console access.
- provisioning
State String - The provisioning state of the virtual machine console.
- ssh
Public Property MapKey - The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machine StringAccess Id - The unique identifier for the virtual machine that is used to access the console.
- expiration String
- The date and time after which the key will be disallowed access.
- Map<String>
- Resource tags.
Supporting Types
ExtendedLocationResponse
SshPublicKeyResponse
- Key
Data string - The SSH public key data.
- Key
Data string - The SSH public key data.
- key
Data String - The SSH public key data.
- key
Data string - The SSH public key data.
- key_
data str - The SSH public key data.
- key
Data String - The SSH public key data.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi