Class GetDevBoxDefinitionResult


  • public final class GetDevBoxDefinitionResult
    extends java.lang.Object
    • Method Detail

      • activeImageReference

        public ImageReferenceResponse activeImageReference()
        Returns:
        Image reference information for the currently active image (only populated during updates).
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • imageValidationErrorDetails

        public ImageValidationErrorDetailsResponse imageValidationErrorDetails()
        Returns:
        Details for image validator error. Populated when the image validation is not successful.
      • imageValidationStatus

        public java.lang.String imageValidationStatus()
        Returns:
        Validation status of the configured image.
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • osStorageType

        public java.lang.String osStorageType()
        Returns:
        The storage type used for the Operating System disk of Dev Boxes created using this definition.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the resource.
      • sku

        public SkuResponse sku()
        Returns:
        The SKU for Dev Boxes created using this definition.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"