HybridIdentityMetadataInner Class

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 provisioningState property: Gets or sets the provisioning state.

String publicKey()

Get the publicKey property: Gets or sets the Public Key.

SystemData systemData()

Get the systemData property: The system data.

void validate()

Validates the instance.

String vmId()

Get the vmId property: Gets or sets the Vm Id.

HybridIdentityMetadataInner withPublicKey(String publicKey)

Set the publicKey property: Gets or sets the Public Key.

HybridIdentityMetadataInner withVmId(String vmId)

Set the vmId property: Gets or sets the Vm Id.

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:

the identity value.

provisioningState

public String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

Returns:

the provisioningState value.

publicKey

public String publicKey()

Get the publicKey property: Gets or sets the Public Key.

Returns:

the publicKey value.

systemData

public SystemData systemData()

Get the systemData property: The system data.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

vmId

public String vmId()

Get the vmId property: Gets or sets the Vm Id.

Returns:

the vmId value.

withPublicKey

public HybridIdentityMetadataInner withPublicKey(String publicKey)

Set the publicKey property: Gets or sets the Public Key.

Parameters:

publicKey - the publicKey value to set.

Returns:

the HybridIdentityMetadataInner object itself.

withVmId

public HybridIdentityMetadataInner withVmId(String vmId)

Set the vmId property: Gets or sets the Vm Id.

Parameters:

vmId - the vmId value to set.

Returns:

the HybridIdentityMetadataInner object itself.

Applies to