Pool Interface
public interface Pool
An immutable client-side representation of Pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Integer |
devBoxCount()
Gets the dev |
| abstract String |
devBoxDefinitionName()
Gets the dev |
| abstract String |
displayName()
Gets the display |
|
abstract
Health |
healthStatus()
Gets the health |
|
abstract
List<Health |
healthStatusDetails()
Gets the health |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Pool |
innerModel()
Gets the inner com. |
|
abstract
License |
licenseType()
Gets the license |
|
abstract
Local |
localAdministrator()
Gets the local |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract List<String> |
managedVirtualNetworkRegions()
Gets the managed |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
networkConnectionName()
Gets the network |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
| abstract Pool |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Pool |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract void |
runHealthChecks()
Triggers a refresh of the pool status. |
| abstract void |
runHealthChecks(Context context)
Triggers a refresh of the pool status. |
|
abstract
Single |
singleSignOnStatus()
Gets the single |
|
abstract
Stop |
stopOnDisconnect()
Gets the stop |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Pool resource. |
|
abstract
Virtual |
virtualNetworkType()
Gets the virtual |
Method Details
devBoxCount
public abstract Integer devBoxCount()
Gets the devBoxCount property: Indicates the number of provisioned Dev Boxes in this pool.
Returns:
devBoxDefinitionName
public abstract String devBoxDefinitionName()
Gets the devBoxDefinitionName property: Name of a Dev Box definition in parent Project of this Pool.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The display name of the pool.
Returns:
healthStatus
public abstract HealthStatus healthStatus()
Gets the healthStatus property: Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
Returns:
healthStatusDetails
public abstract List<HealthStatusDetail> healthStatusDetails()
Gets the healthStatusDetails property: 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.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract PoolInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.PoolInner object.
Returns:
licenseType
public abstract LicenseType licenseType()
Gets the licenseType property: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
Returns:
localAdministrator
public abstract LocalAdminStatus localAdministrator()
Gets the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
managedVirtualNetworkRegions
public abstract List<String> managedVirtualNetworkRegions()
Gets the managedVirtualNetworkRegions property: The regions of the managed virtual network (required when managedNetworkType is Managed).
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
networkConnectionName
public abstract String networkConnectionName()
Gets the networkConnectionName property: Name of a Network Connection in parent Project of this Pool.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the resource.
Returns:
refresh
public abstract Pool refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Pool refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
runHealthChecks
public abstract void runHealthChecks()
Triggers a refresh of the pool status.
runHealthChecks
public abstract void runHealthChecks(Context context)
Triggers a refresh of the pool status.
Parameters:
singleSignOnStatus
public abstract SingleSignOnStatus singleSignOnStatus()
Gets the singleSignOnStatus property: Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
Returns:
stopOnDisconnect
public abstract StopOnDisconnectConfiguration stopOnDisconnect()
Gets the stopOnDisconnect property: Stop on disconnect configuration settings for Dev Boxes created in this pool.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Pool.Update update()
Begins update for the Pool resource.
Returns:
virtualNetworkType
public abstract VirtualNetworkType virtualNetworkType()
Gets the virtualNetworkType property: Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
Returns: