Class GetPoolResult


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

      • devBoxDefinitionName

        public java.lang.String devBoxDefinitionName()
        Returns:
        Name of a Dev Box definition in parent Project of this Pool
      • healthStatus

        public java.lang.String healthStatus()
        Returns:
        Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
      • healthStatusDetails

        public java.util.List<HealthStatusDetailResponse> healthStatusDetails()
        Returns:
        Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state
      • id

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

        public java.lang.String licenseType()
        Returns:
        Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
      • localAdministrator

        public java.lang.String localAdministrator()
        Returns:
        Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
      • 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
      • networkConnectionName

        public java.lang.String networkConnectionName()
        Returns:
        Name of a Network Connection in parent Project of this Pool
      • provisioningState

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

        public java.util.Optional<StopOnDisconnectConfigurationResponse> stopOnDisconnect()
        Returns:
        Stop on disconnect configuration settings for Dev Boxes created in this pool.
      • 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"