HybridIdentityMetadata Interface

public interface HybridIdentityMetadata

An immutable client-side representation of HybridIdentityMetadata.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract Identity identity()

Gets the identity property: The identity of the resource.

abstract HybridIdentityMetadataInner innerModel()

Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.HybridIdentityMetadataInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String provisioningState()

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

abstract String publicKey()

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

abstract HybridIdentityMetadata refresh()

Refreshes the resource to sync with Azure.

abstract HybridIdentityMetadata refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

Gets the systemData property: The system data.

abstract String type()

Gets the type property: The type of the resource.

abstract String vmId()

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

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

identity

public abstract Identity identity()

Gets the identity property: The identity of the resource.

Returns:

the identity value.

innerModel

public abstract HybridIdentityMetadataInner innerModel()

Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.HybridIdentityMetadataInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract String provisioningState()

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

Returns:

the provisioningState value.

publicKey

public abstract String publicKey()

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

Returns:

the publicKey value.

refresh

public abstract HybridIdentityMetadata refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract HybridIdentityMetadata refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: The system data.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

vmId

public abstract String vmId()

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

Returns:

the vmId value.

Applies to