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
Hybrid |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
provisioningState()
Gets the provisioning |
| abstract String |
publicKey()
Gets the public |
|
abstract
Hybrid |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Hybrid |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
vmId()
Gets the vm |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract Identity identity()
Gets the identity property: The identity of the resource.
Returns:
innerModel
public abstract HybridIdentityMetadataInner innerModel()
Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.HybridIdentityMetadataInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state.
Returns:
publicKey
public abstract String publicKey()
Gets the publicKey property: Gets or sets the Public Key.
Returns:
refresh
public abstract HybridIdentityMetadata refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract HybridIdentityMetadata refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system data.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
vmId
public abstract String vmId()
Gets the vmId property: Gets or sets the Vm Id.
Returns: