Interface DataBoxEdgeDeviceExtendedInfo


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

    Modifier and Type
    Method
    Description
    Gets the encryptionKey property: The public part of the encryption certificate.
    Gets the encryptionKeyThumbprint property: The digital signature of encrypted certificate.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.DataBoxEdgeDeviceExtendedInfoInner object.
    Gets the name property: The name of the resource.
    Gets the resourceKey property: The Resource ID 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.
    • encryptionKeyThumbprint

      String encryptionKeyThumbprint()
      Gets the encryptionKeyThumbprint property: The digital signature of encrypted certificate.
      Returns:
      the encryptionKeyThumbprint value.
    • encryptionKey

      String encryptionKey()
      Gets the encryptionKey property: The public part of the encryption certificate. Client uses this to encrypt any secret.
      Returns:
      the encryptionKey value.
    • resourceKey

      String resourceKey()
      Gets the resourceKey property: The Resource ID of the Resource.
      Returns:
      the resourceKey value.
    • innerModel

      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.DataBoxEdgeDeviceExtendedInfoInner object.
      Returns:
      the inner object.