Class HybridIdentityMetadataProperties

java.lang.Object
com.azure.resourcemanager.connectedvmware.fluent.models.HybridIdentityMetadataProperties

public final class HybridIdentityMetadataProperties extends Object
Defines the resource properties.
  • Constructor Details

    • HybridIdentityMetadataProperties

      public HybridIdentityMetadataProperties()
  • Method Details

    • vmId

      public String vmId()
      Get the vmId property: Gets or sets the Vm Id.
      Returns:
      the vmId value.
    • withVmId

      public HybridIdentityMetadataProperties withVmId(String vmId)
      Set the vmId property: Gets or sets the Vm Id.
      Parameters:
      vmId - the vmId value to set.
      Returns:
      the HybridIdentityMetadataProperties object itself.
    • publicKey

      public String publicKey()
      Get the publicKey property: Gets or sets the Public Key.
      Returns:
      the publicKey value.
    • withPublicKey

      public HybridIdentityMetadataProperties withPublicKey(String publicKey)
      Set the publicKey property: Gets or sets the Public Key.
      Parameters:
      publicKey - the publicKey value to set.
      Returns:
      the HybridIdentityMetadataProperties object itself.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.