azure-docs-sdk-java/docs-ref-autogen/com.azure.developer.devcent...

163 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.developer.devcenter.models.DevBoxPool"
fullName: "com.azure.developer.devcenter.models.DevBoxPool"
name: "DevBoxPool"
nameWithType: "DevBoxPool"
summary: "A pool of Dev Boxes."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DevBoxPool**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxPool?alt=com.azure.developer.devcenter.models.DevBoxPool&text=DevBoxPool\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.developer.devcenter.models.DevBoxPool.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DevBoxPool.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Dev<wbr>Box<wbr>Pool from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DevBoxPool fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DevBoxPool from the JsonReader."
returns:
description: "An instance of DevBoxPool if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxPool?alt=com.azure.developer.devcenter.models.DevBoxPool&text=DevBoxPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getHardwareProfile()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getHardwareProfile()"
name: "getHardwareProfile()"
nameWithType: "DevBoxPool.getHardwareProfile()"
summary: "Get the hardware<wbr>Profile property: Hardware settings for the Dev Boxes created in this pool."
syntax: "public DevBoxHardwareProfile getHardwareProfile()"
desc: "Get the hardwareProfile property: Hardware settings for the Dev Boxes created in this pool."
returns:
description: "the hardwareProfile value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxHardwareProfile?alt=com.azure.developer.devcenter.models.DevBoxHardwareProfile&text=DevBoxHardwareProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getHealthStatus()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getHealthStatus()"
name: "getHealthStatus()"
nameWithType: "DevBoxPool.getHealthStatus()"
summary: "Get the health<wbr>Status property: Overall health status of the Pool."
syntax: "public PoolHealthStatus getHealthStatus()"
desc: "Get the healthStatus property: Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes."
returns:
description: "the healthStatus value."
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getHibernateSupport()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getHibernateSupport()"
name: "getHibernateSupport()"
nameWithType: "DevBoxPool.getHibernateSupport()"
summary: "Get the hibernate<wbr>Support property: Indicates whether hibernate is enabled/disabled or unknown."
syntax: "public HibernateSupport getHibernateSupport()"
desc: "Get the hibernateSupport property: Indicates whether hibernate is enabled/disabled or unknown."
returns:
description: "the hibernateSupport value."
type: "<xref href=\"com.azure.developer.devcenter.models.HibernateSupport?alt=com.azure.developer.devcenter.models.HibernateSupport&text=HibernateSupport\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getImageReference()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getImageReference()"
name: "getImageReference()"
nameWithType: "DevBoxPool.getImageReference()"
summary: "Get the image<wbr>Reference property: Image settings for Dev Boxes create in this pool."
syntax: "public DevBoxImageReference getImageReference()"
desc: "Get the imageReference property: Image settings for Dev Boxes create in this pool."
returns:
description: "the imageReference value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxImageReference?alt=com.azure.developer.devcenter.models.DevBoxImageReference&text=DevBoxImageReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getLocalAdministratorStatus()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getLocalAdministratorStatus()"
name: "getLocalAdministratorStatus()"
nameWithType: "DevBoxPool.getLocalAdministratorStatus()"
summary: "Get the local<wbr>Administrator<wbr>Status property: Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes."
syntax: "public LocalAdministratorStatus getLocalAdministratorStatus()"
desc: "Get the localAdministratorStatus property: Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes."
returns:
description: "the localAdministratorStatus value."
type: "<xref href=\"com.azure.developer.devcenter.models.LocalAdministratorStatus?alt=com.azure.developer.devcenter.models.LocalAdministratorStatus&text=LocalAdministratorStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getLocation()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getLocation()"
name: "getLocation()"
nameWithType: "DevBoxPool.getLocation()"
summary: "Get the location property: Azure region where Dev Boxes in the pool are located."
syntax: "public String getLocation()"
desc: "Get the location property: Azure region where Dev Boxes in the pool are located."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getName()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getName()"
name: "getName()"
nameWithType: "DevBoxPool.getName()"
summary: "Get the name property: Pool name."
syntax: "public String getName()"
desc: "Get the name property: Pool name."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getOsType()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getOsType()"
name: "getOsType()"
nameWithType: "DevBoxPool.getOsType()"
summary: "Get the os<wbr>Type property: The operating system type of Dev Boxes in this pool."
syntax: "public DevBoxOsType getOsType()"
desc: "Get the osType property: The operating system type of Dev Boxes in this pool."
returns:
description: "the osType value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxOsType?alt=com.azure.developer.devcenter.models.DevBoxOsType&text=DevBoxOsType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getStopOnDisconnect()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getStopOnDisconnect()"
name: "getStopOnDisconnect()"
nameWithType: "DevBoxPool.getStopOnDisconnect()"
summary: "Get the stop<wbr>OnDisconnect property: Stop on disconnect configuration settings for Dev Boxes created in this pool."
syntax: "public StopOnDisconnectConfiguration getStopOnDisconnect()"
desc: "Get the stopOnDisconnect property: Stop on disconnect configuration settings for Dev Boxes created in this pool."
returns:
description: "the stopOnDisconnect value."
type: "<xref href=\"com.azure.developer.devcenter.models.StopOnDisconnectConfiguration?alt=com.azure.developer.devcenter.models.StopOnDisconnectConfiguration&text=StopOnDisconnectConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.getStorageProfile()"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.getStorageProfile()"
name: "getStorageProfile()"
nameWithType: "DevBoxPool.getStorageProfile()"
summary: "Get the storage<wbr>Profile property: Storage settings for Dev Box created in this pool."
syntax: "public DevBoxStorageProfile getStorageProfile()"
desc: "Get the storageProfile property: Storage settings for Dev Box created in this pool."
returns:
description: "the storageProfile value."
type: "<xref href=\"com.azure.developer.devcenter.models.DevBoxStorageProfile?alt=com.azure.developer.devcenter.models.DevBoxStorageProfile&text=DevBoxStorageProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.DevBoxPool.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.developer.devcenter.models.DevBoxPool.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DevBoxPool.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A pool of Dev Boxes."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxPool?alt=com.azure.developer.devcenter.models.DevBoxPool&text=DevBoxPool\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.developer.devcenter.models"
artifact: com.azure:azure-developer-devcenter:1.0.5