HybridIdentityMetadataInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. connectedvmware. fluent. models. HybridIdentityMetadataInner
- com.
- com.
public final class HybridIdentityMetadataInner
extends ProxyResource
Defines the HybridIdentityMetadata.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| HybridIdentityMetadataInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Identity |
identity()
Get the identity property: The identity of the resource. |
| String |
provisioningState()
Get the provisioning |
| String |
publicKey()
Get the public |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
| String |
vmId()
Get the vm |
|
Hybrid |
withPublicKey(String publicKey)
Set the public |
|
Hybrid |
withVmId(String vmId)
Set the vm |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
HybridIdentityMetadataInner
public HybridIdentityMetadataInner()
Method Details
identity
public Identity identity()
Get the identity property: The identity of the resource.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
publicKey
public String publicKey()
Get the publicKey property: Gets or sets the Public Key.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
validate
public void validate()
Validates the instance.
vmId
public String vmId()
Get the vmId property: Gets or sets the Vm Id.
Returns:
withPublicKey
public HybridIdentityMetadataInner withPublicKey(String publicKey)
Set the publicKey property: Gets or sets the Public Key.
Parameters:
Returns:
withVmId
public HybridIdentityMetadataInner withVmId(String vmId)
Set the vmId property: Gets or sets the Vm Id.
Parameters:
Returns: