Console Interface
public interface Console
An immutable client-side representation of Console.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Console |
detailedStatus()
Gets the detailed |
| abstract String |
detailedStatusMessage()
Gets the detailed |
|
abstract
Console |
enabled()
Gets the enabled property: The indicator of whether the console access is enabled. |
| abstract String |
etag()
Gets the etag property: Resource ETag. |
|
abstract
Offset |
expiration()
Gets the expiration property: The date and time after which the key will be disallowed access. |
|
abstract
Extended |
extendedLocation()
Gets the extended |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Console |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
privateLinkServiceId()
Gets the private |
|
abstract
Console |
provisioningState()
Gets the provisioning |
| abstract Console |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Console |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Ssh |
sshPublicKey()
Gets the ssh |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Console resource. |
| abstract String |
virtualMachineAccessId()
Gets the virtual |
Method Details
detailedStatus
public abstract ConsoleDetailedStatus detailedStatus()
Gets the detailedStatus property: The more detailed status of the console.
Returns:
detailedStatusMessage
public abstract String detailedStatusMessage()
Gets the detailedStatusMessage property: The descriptive message about the current detailed status.
Returns:
enabled
public abstract ConsoleEnabled enabled()
Gets the enabled property: The indicator of whether the console access is enabled.
Returns:
etag
public abstract String etag()
Gets the etag property: Resource ETag.
Returns:
expiration
public abstract OffsetDateTime expiration()
Gets the expiration property: The date and time after which the key will be disallowed access.
Returns:
extendedLocation
public abstract ExtendedLocation extendedLocation()
Gets the extendedLocation property: The extended location of the cluster manager associated with the cluster this virtual machine is created on.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ConsoleInner innerModel()
Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.ConsoleInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
privateLinkServiceId
public abstract String privateLinkServiceId()
Gets the privateLinkServiceId property: The resource ID of the private link service that is used to provide virtual machine console access.
Returns:
provisioningState
public abstract ConsoleProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the virtual machine console.
Returns:
refresh
public abstract Console refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Console refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sshPublicKey
public abstract SshPublicKey sshPublicKey()
Gets the sshPublicKey property: 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.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Console.Update update()
Begins update for the Console resource.
Returns:
virtualMachineAccessId
public abstract String virtualMachineAccessId()
Gets the virtualMachineAccessId property: The unique identifier for the virtual machine that is used to access the console.
Returns: