Interface VaultExtendedInfoResource


public interface VaultExtendedInfoResource
An immutable client-side representation of VaultExtendedInfoResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the algorithm property: Algorithm for Vault ExtendedInfo.
    Gets the encryptionKey property: Encryption key.
    Gets the encryptionKeyThumbprint property: Encryption key thumbprint.
    Gets the etag property: Optional ETag.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultExtendedInfoResourceInner object.
    Gets the integrityKey property: Integrity key.
    Gets the name property: The name of the resource.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • etag

      String etag()
      Gets the etag property: Optional ETag.
      Returns:
      the etag value.
    • integrityKey

      String integrityKey()
      Gets the integrityKey property: Integrity key.
      Returns:
      the integrityKey value.
    • encryptionKey

      String encryptionKey()
      Gets the encryptionKey property: Encryption key.
      Returns:
      the encryptionKey value.
    • encryptionKeyThumbprint

      String encryptionKeyThumbprint()
      Gets the encryptionKeyThumbprint property: Encryption key thumbprint.
      Returns:
      the encryptionKeyThumbprint value.
    • algorithm

      String algorithm()
      Gets the algorithm property: Algorithm for Vault ExtendedInfo.
      Returns:
      the algorithm value.
    • innerModel

      Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultExtendedInfoResourceInner object.
      Returns:
      the inner object.