NetworkCloudVirtualMachineConsoleData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the NetworkCloudVirtualMachineConsole data model. Console represents the console of an on-premises Network Cloud virtual machine.
public class NetworkCloudVirtualMachineConsoleData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudVirtualMachineConsoleData = class
inherit TrackedResourceData
Public Class NetworkCloudVirtualMachineConsoleData
Inherits TrackedResourceData
- Inheritance
Constructors
NetworkCloudVirtualMachineConsoleData(AzureLocation, ExtendedLocation, ConsoleEnabled, NetworkCloudSshPublicKey) |
Initializes a new instance of NetworkCloudVirtualMachineConsoleData. |
Properties
DetailedStatus |
The more detailed status of the console. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
Enabled |
The indicator of whether the console access is enabled. |
ExpireOn |
The date and time after which the key will be disallowed access. |
ExtendedLocation |
The extended location of the cluster manager associated with the cluster this virtual machine is created on. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
KeyData |
The SSH public key data. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateLinkServiceId |
The resource ID of the private link service that is used to provide virtual machine console access. |
ProvisioningState |
The provisioning state of the virtual machine console. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
VirtualMachineAccessId |
The unique identifier for the virtual machine that is used to access the console. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET