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

842 строки
101 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.developer.devcenter.DevBoxesAsyncClient"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient"
name: "DevBoxesAsyncClient"
nameWithType: "DevBoxesAsyncClient"
summary: "Initializes a new instance of the asynchronous Dev<wbr>Boxes<wbr>Client type."
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 **DevBoxesAsyncClient**"
methods:
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginCreateDevBox(java.lang.String,java.lang.String,com.azure.developer.devcenter.models.DevBox)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, DevBox devBox)"
name: "beginCreateDevBox(String projectName, String userId, DevBox devBox)"
nameWithType: "DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, DevBox devBox)"
summary: "Creates or replaces a Dev Box."
parameters:
- description: "The DevCenter Project upon which to execute the operation."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A DevBox object that requires dev box name and pool. Setting local administrator status is\n optional."
name: "devBox"
type: "<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<DevCenterOperationDetails,DevBox> beginCreateDevBox(String projectName, String userId, DevBox devBox)"
desc: "Creates or replaces a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a Dev Box."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginCreateDevBox(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, String devBoxName, BinaryData body, RequestOptions requestOptions)"
name: "beginCreateDevBox(String projectName, String userId, String devBoxName, BinaryData body, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, String devBoxName, BinaryData body, RequestOptions requestOptions)"
summary: "Creates or replaces a Dev Box."
parameters:
- description: "The DevCenter Project upon which to execute the operation."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Represents the body request of a Dev Box creation. Dev Box Pool name is required. Optionally set the\n owner of the Dev Box as local administrator."
name: "body"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginCreateDevBox(String projectName, String userId, String devBoxName, BinaryData body, RequestOptions requestOptions)"
desc: "Creates or replaces a Dev Box.\n\n**Request Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a Dev Box."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginDeleteDevBox(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginDeleteDevBox(String projectName, String userId, String devBoxName)"
name: "beginDeleteDevBox(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.beginDeleteDevBox(String projectName, String userId, String devBoxName)"
summary: "Deletes a Dev Box."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PollerFlux<DevCenterOperationDetails,Void> beginDeleteDevBox(String projectName, String userId, String devBoxName)"
desc: "Deletes a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginDeleteDevBox(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginDeleteDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "beginDeleteDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.beginDeleteDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Deletes a Dev Box."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,Void> beginDeleteDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Deletes a Dev Box.\n\n**Response Body Schema**\n\n```java\n{\n id: String (Required)\n name: String (Required)\n status: String(NotStarted/Running/Succeeded/Failed/Canceled) (Required)\n resourceId: String (Optional)\n startTime: OffsetDateTime (Optional)\n endTime: OffsetDateTime (Optional)\n percentComplete: Double (Optional)\n properties: Object (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginRestartDevBox(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginRestartDevBox(String projectName, String userId, String devBoxName)"
name: "beginRestartDevBox(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.beginRestartDevBox(String projectName, String userId, String devBoxName)"
summary: "Restarts a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PollerFlux<DevCenterOperationDetails,Void> beginRestartDevBox(String projectName, String userId, String devBoxName)"
desc: "Restarts a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginRestartDevBox(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginRestartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "beginRestartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.beginRestartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Restarts a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginRestartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Restarts a Dev Box.\n\n**Response Body Schema**\n\n```java\n{\n id: String (Required)\n name: String (Required)\n status: String(NotStarted/Running/Succeeded/Failed/Canceled) (Required)\n resourceId: String (Optional)\n startTime: OffsetDateTime (Optional)\n endTime: OffsetDateTime (Optional)\n percentComplete: Double (Optional)\n properties: Object (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStartDevBox(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStartDevBox(String projectName, String userId, String devBoxName)"
name: "beginStartDevBox(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.beginStartDevBox(String projectName, String userId, String devBoxName)"
summary: "Starts a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PollerFlux<DevCenterOperationDetails,Void> beginStartDevBox(String projectName, String userId, String devBoxName)"
desc: "Starts a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStartDevBox(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "beginStartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.beginStartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Starts a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginStartDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Starts a Dev Box.\n\n**Response Body Schema**\n\n```java\n{\n id: String (Required)\n name: String (Required)\n status: String(NotStarted/Running/Succeeded/Failed/Canceled) (Required)\n resourceId: String (Optional)\n startTime: OffsetDateTime (Optional)\n endTime: OffsetDateTime (Optional)\n percentComplete: Double (Optional)\n properties: Object (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName)"
name: "beginStopDevBox(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName)"
summary: "Stops a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PollerFlux<DevCenterOperationDetails,Void> beginStopDevBox(String projectName, String userId, String devBoxName)"
desc: "Stops a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "beginStopDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Stops a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginStopDevBox(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Stops a Dev Box.\n\n**Query Parameters**\n\n | --------- | ------- | -------- | -------------------------------------------- |\n | Name | Type | Required | Description |\n | hibernate | Boolean | No | Optional parameter to hibernate the dev box. |\n\nYou can add these to a request with <xref uid=\"com.azure.core.http.rest.RequestOptions.addQueryParam\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RequestOptions#addQueryParam\"></xref>\n\n**Response Body Schema**\n\n```java\n{\n id: String (Required)\n name: String (Required)\n status: String(NotStarted/Running/Succeeded/Failed/Canceled) (Required)\n resourceId: String (Optional)\n startTime: OffsetDateTime (Optional)\n endTime: OffsetDateTime (Optional)\n percentComplete: Double (Optional)\n properties: Object (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName, Boolean hibernate)"
name: "beginStopDevBox(String projectName, String userId, String devBoxName, Boolean hibernate)"
nameWithType: "DevBoxesAsyncClient.beginStopDevBox(String projectName, String userId, String devBoxName, Boolean hibernate)"
summary: "Stops a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Optional parameter to hibernate the dev box."
name: "hibernate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public PollerFlux<DevCenterOperationDetails,Void> beginStopDevBox(String projectName, String userId, String devBoxName, Boolean hibernate)"
desc: "Stops a Dev Box."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevCenterOperationDetails?alt=com.azure.developer.devcenter.models.DevCenterOperationDetails&text=DevCenterOperationDetails\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAction(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.OffsetDateTime)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAction(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil)"
name: "delayAction(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil)"
nameWithType: "DevBoxesAsyncClient.delayAction(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil)"
summary: "Delays the occurrence of an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time to delay the Dev Box action or actions until."
name: "delayUntil"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public Mono<DevBoxAction> delayAction(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil)"
desc: "Delays the occurrence of an action."
returns:
description: "an action which will take place on a Dev Box on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayActionWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.OffsetDateTime,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayActionWithResponse(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
name: "delayActionWithResponse(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.delayActionWithResponse(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
summary: "Delays the occurrence of an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time to delay the Dev Box action or actions until."
name: "delayUntil"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> delayActionWithResponse(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
desc: "Delays the occurrence of an action.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n actionType: String(Stop) (Required)\n sourceId: String (Required)\n suspendedUntil: OffsetDateTime (Optional)\n next (Optional): {\n scheduledTime: OffsetDateTime (Required)\n }\n }\n```"
returns:
description: "an action which will take place on a Dev Box along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAllActions(java.lang.String,java.lang.String,java.lang.String,java.time.OffsetDateTime)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil)"
name: "delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil)"
nameWithType: "DevBoxesAsyncClient.delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil)"
summary: "Delays all actions."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time to delay the Dev Box action or actions until."
name: "delayUntil"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public PagedFlux<DevBoxActionDelayResult> delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil)"
desc: "Delays all actions."
returns:
description: "paged collection of DevBoxActionDelayResult items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxActionDelayResult?alt=com.azure.developer.devcenter.models.DevBoxActionDelayResult&text=DevBoxActionDelayResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAllActions(java.lang.String,java.lang.String,java.lang.String,java.time.OffsetDateTime,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
name: "delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
summary: "Delays all actions."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time to delay the Dev Box action or actions until."
name: "delayUntil"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> delayAllActions(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil, RequestOptions requestOptions)"
desc: "Delays all actions.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n result: String(Succeeded/Failed) (Required)\n action (Optional): {\n name: String (Required)\n actionType: String(Stop) (Required)\n sourceId: String (Required)\n suspendedUntil: OffsetDateTime (Optional)\n next (Optional): {\n scheduledTime: OffsetDateTime (Required)\n }\n }\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n }\n```"
returns:
description: "paged collection of DevBoxActionDelayResult items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBox(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBox(String projectName, String userId, String devBoxName)"
name: "getDevBox(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.getDevBox(String projectName, String userId, String devBoxName)"
summary: "Gets a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<DevBox> getDevBox(String projectName, String userId, String devBoxName)"
desc: "Gets a Dev Box."
returns:
description: "a Dev Box on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxAction(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxAction(String projectName, String userId, String devBoxName, String actionName)"
name: "getDevBoxAction(String projectName, String userId, String devBoxName, String actionName)"
nameWithType: "DevBoxesAsyncClient.getDevBoxAction(String projectName, String userId, String devBoxName, String actionName)"
summary: "Gets an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<DevBoxAction> getDevBoxAction(String projectName, String userId, String devBoxName, String actionName)"
desc: "Gets an action."
returns:
description: "an action on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxActionWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
name: "getDevBoxActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.getDevBoxActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
summary: "Gets an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getDevBoxActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
desc: "Gets an action.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n actionType: String(Stop) (Required)\n sourceId: String (Required)\n suspendedUntil: OffsetDateTime (Optional)\n next (Optional): {\n scheduledTime: OffsetDateTime (Required)\n }\n }\n```"
returns:
description: "an action along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getDevBoxWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "getDevBoxWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.getDevBoxWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Gets a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getDevBoxWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Gets a Dev Box.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```"
returns:
description: "a Dev Box along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getPool(java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getPool(String projectName, String poolName)"
name: "getPool(String projectName, String poolName)"
nameWithType: "DevBoxesAsyncClient.getPool(String projectName, String poolName)"
summary: "Gets a pool."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool name."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<DevBoxPool> getPool(String projectName, String poolName)"
desc: "Gets a pool."
returns:
description: "a pool on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&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;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getPoolWithResponse(java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getPoolWithResponse(String projectName, String poolName, RequestOptions requestOptions)"
name: "getPoolWithResponse(String projectName, String poolName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.getPoolWithResponse(String projectName, String poolName, RequestOptions requestOptions)"
summary: "Gets a pool."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool name."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getPoolWithResponse(String projectName, String poolName, RequestOptions requestOptions)"
desc: "Gets a pool.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n location: String (Required)\n osType: String(Windows) (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n localAdministrator: String(Enabled/Disabled) (Optional)\n stopOnDisconnect (Optional): {\n status: String(Enabled/Disabled) (Required)\n gracePeriodMinutes: Integer (Optional)\n }\n healthStatus: String(Unknown/Pending/Healthy/Warning/Unhealthy) (Required)\n }\n```"
returns:
description: "a pool along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getRemoteConnection(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getRemoteConnection(String projectName, String userId, String devBoxName)"
name: "getRemoteConnection(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.getRemoteConnection(String projectName, String userId, String devBoxName)"
summary: "Gets RDP Connection info."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<RemoteConnection> getRemoteConnection(String projectName, String userId, String devBoxName)"
desc: "Gets RDP Connection info."
returns:
description: "rDP Connection info on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.developer.devcenter.models.RemoteConnection?alt=com.azure.developer.devcenter.models.RemoteConnection&text=RemoteConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getRemoteConnectionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getRemoteConnectionWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "getRemoteConnectionWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.getRemoteConnectionWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Gets RDP Connection info."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getRemoteConnectionWithResponse(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Gets RDP Connection info.\n\n**Response Body Schema**\n\n```java\n{\n webUrl: String (Optional)\n rdpConnectionUrl: String (Optional)\n }\n```"
returns:
description: "rDP Connection info along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getSchedule(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getSchedule(String projectName, String poolName, String scheduleName)"
name: "getSchedule(String projectName, String poolName, String scheduleName)"
nameWithType: "DevBoxesAsyncClient.getSchedule(String projectName, String poolName, String scheduleName)"
summary: "Gets a schedule."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool name."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Schedule."
name: "scheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<DevBoxSchedule> getSchedule(String projectName, String poolName, String scheduleName)"
desc: "Gets a schedule."
returns:
description: "a schedule on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxSchedule?alt=com.azure.developer.devcenter.models.DevBoxSchedule&text=DevBoxSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.getScheduleWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.getScheduleWithResponse(String projectName, String poolName, String scheduleName, RequestOptions requestOptions)"
name: "getScheduleWithResponse(String projectName, String poolName, String scheduleName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.getScheduleWithResponse(String projectName, String poolName, String scheduleName, RequestOptions requestOptions)"
summary: "Gets a schedule."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool name."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Schedule."
name: "scheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getScheduleWithResponse(String projectName, String poolName, String scheduleName, RequestOptions requestOptions)"
desc: "Gets a schedule.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n type: String(StopDevBox) (Required)\n frequency: String(Daily) (Required)\n time: String (Required)\n timeZone: String (Required)\n }\n```"
returns:
description: "a schedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxes()"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxes()"
name: "listAllDevBoxes()"
nameWithType: "DevBoxesAsyncClient.listAllDevBoxes()"
summary: "Lists Dev Boxes that the caller has access to in the Dev<wbr>Center."
syntax: "public PagedFlux<DevBox> listAllDevBoxes()"
desc: "Lists Dev Boxes that the caller has access to in the DevCenter."
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxes(com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxes(RequestOptions requestOptions)"
name: "listAllDevBoxes(RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listAllDevBoxes(RequestOptions requestOptions)"
summary: "Lists Dev Boxes that the caller has access to in the Dev<wbr>Center."
parameters:
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listAllDevBoxes(RequestOptions requestOptions)"
desc: "Lists Dev Boxes that the caller has access to in the DevCenter.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```"
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxesByUser(java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxesByUser(String userId)"
name: "listAllDevBoxesByUser(String userId)"
nameWithType: "DevBoxesAsyncClient.listAllDevBoxesByUser(String userId)"
summary: "Lists Dev Boxes in the Dev Center for a particular user."
parameters:
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PagedFlux<DevBox> listAllDevBoxesByUser(String userId)"
desc: "Lists Dev Boxes in the Dev Center for a particular user."
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxesByUser(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listAllDevBoxesByUser(String userId, RequestOptions requestOptions)"
name: "listAllDevBoxesByUser(String userId, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listAllDevBoxesByUser(String userId, RequestOptions requestOptions)"
summary: "Lists Dev Boxes in the Dev Center for a particular user."
parameters:
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listAllDevBoxesByUser(String userId, RequestOptions requestOptions)"
desc: "Lists Dev Boxes in the Dev Center for a particular user.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```"
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxActions(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxActions(String projectName, String userId, String devBoxName)"
name: "listDevBoxActions(String projectName, String userId, String devBoxName)"
nameWithType: "DevBoxesAsyncClient.listDevBoxActions(String projectName, String userId, String devBoxName)"
summary: "Lists actions on a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PagedFlux<DevBoxAction> listDevBoxActions(String projectName, String userId, String devBoxName)"
desc: "Lists actions on a Dev Box."
returns:
description: "paged collection of DevBoxAction items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxAction?alt=com.azure.developer.devcenter.models.DevBoxAction&text=DevBoxAction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxActions(java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxActions(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
name: "listDevBoxActions(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listDevBoxActions(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
summary: "Lists actions on a Dev Box."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listDevBoxActions(String projectName, String userId, String devBoxName, RequestOptions requestOptions)"
desc: "Lists actions on a Dev Box.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n actionType: String(Stop) (Required)\n sourceId: String (Required)\n suspendedUntil: OffsetDateTime (Optional)\n next (Optional): {\n scheduledTime: OffsetDateTime (Required)\n }\n }\n```"
returns:
description: "paged collection of DevBoxAction items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxes(java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxes(String projectName, String userId)"
name: "listDevBoxes(String projectName, String userId)"
nameWithType: "DevBoxesAsyncClient.listDevBoxes(String projectName, String userId)"
summary: "Lists Dev Boxes in the project for a particular user."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PagedFlux<DevBox> listDevBoxes(String projectName, String userId)"
desc: "Lists Dev Boxes in the project for a particular user."
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBox?alt=com.azure.developer.devcenter.models.DevBox&text=DevBox\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxes(java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listDevBoxes(String projectName, String userId, RequestOptions requestOptions)"
name: "listDevBoxes(String projectName, String userId, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listDevBoxes(String projectName, String userId, RequestOptions requestOptions)"
summary: "Lists Dev Boxes in the project for a particular user."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listDevBoxes(String projectName, String userId, RequestOptions requestOptions)"
desc: "Lists Dev Boxes in the project for a particular user.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n projectName: String (Optional)\n poolName: String (Required)\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n provisioningState: String(Succeeded/Failed/Canceled/Creating/Deleting/Updating/Starting/Stopping/Provisioning/ProvisionedWithWarning/InGracePeriod/NotProvisioned) (Optional)\n actionState: String (Optional)\n powerState: String(Unknown/Running/Deallocated/PoweredOff/Hibernated) (Optional)\n uniqueId: String (Optional)\n error (Optional): {\n code: String (Required)\n message: String (Required)\n target: String (Optional)\n details (Optional): [\n (recursive schema, see above)\n ]\n innererror (Optional): {\n code: String (Optional)\n innererror (Optional): (recursive schema, see innererror above)\n }\n }\n location: String (Optional)\n osType: String(Windows) (Optional)\n user: String (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n createdTime: OffsetDateTime (Optional)\n localAdministrator: String(Enabled/Disabled) (Optional)\n }\n```"
returns:
description: "paged collection of DevBox items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listPools(java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listPools(String projectName)"
name: "listPools(String projectName)"
nameWithType: "DevBoxesAsyncClient.listPools(String projectName)"
summary: "Lists available pools."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PagedFlux<DevBoxPool> listPools(String projectName)"
desc: "Lists available pools."
returns:
description: "paged collection of Pool items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" 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;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listPools(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listPools(String projectName, RequestOptions requestOptions)"
name: "listPools(String projectName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listPools(String projectName, RequestOptions requestOptions)"
summary: "Lists available pools."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listPools(String projectName, RequestOptions requestOptions)"
desc: "Lists available pools.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n location: String (Required)\n osType: String(Windows) (Optional)\n hardwareProfile (Optional): {\n skuName: String(general_i_8c32gb256ssd_v2/general_i_8c32gb512ssd_v2/general_i_8c32gb1024ssd_v2/general_i_8c32gb2048ssd_v2/general_i_16c64gb256ssd_v2/general_i_16c64gb512ssd_v2/general_i_16c64gb1024ssd_v2/general_i_16c64gb2048ssd_v2/general_i_32c128gb512ssd_v2/general_i_32c128gb1024ssd_v2/general_i_32c128gb2048ssd_v2/general_a_8c32gb256ssd_v2/general_a_8c32gb512ssd_v2/general_a_8c32gb1024ssd_v2/general_a_8c32gb2048ssd_v2/general_a_16c64gb256ssd_v2/general_a_16c64gb512ssd_v2/general_a_16c64gb1024ssd_v2/general_a_16c64gb2048ssd_v2/general_a_32c128gb512ssd_v2/general_a_32c128gb1024ssd_v2/general_a_32c128gb2048ssd_v2) (Optional)\n vCPUs: Integer (Optional)\n memoryGB: Integer (Optional)\n }\n hibernateSupport: String(Enabled/Disabled/OsUnsupported) (Optional)\n storageProfile (Optional): {\n osDisk (Optional): {\n diskSizeGB: Integer (Optional)\n }\n }\n imageReference (Optional): {\n name: String (Optional)\n version: String (Optional)\n operatingSystem: String (Optional)\n osBuildNumber: String (Optional)\n publishedDate: OffsetDateTime (Optional)\n }\n localAdministrator: String(Enabled/Disabled) (Optional)\n stopOnDisconnect (Optional): {\n status: String(Enabled/Disabled) (Required)\n gracePeriodMinutes: Integer (Optional)\n }\n healthStatus: String(Unknown/Pending/Healthy/Warning/Unhealthy) (Required)\n }\n```"
returns:
description: "paged collection of Pool items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listSchedules(java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listSchedules(String projectName, String poolName)"
name: "listSchedules(String projectName, String poolName)"
nameWithType: "DevBoxesAsyncClient.listSchedules(String projectName, String poolName)"
summary: "Lists all schedules within a pool that are configured by your project administrator."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a pool of Dev Boxes."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PagedFlux<DevBoxSchedule> listSchedules(String projectName, String poolName)"
desc: "Lists all schedules within a pool that are configured by your project administrator."
returns:
description: "paged collection of Schedule items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.DevBoxSchedule?alt=com.azure.developer.devcenter.models.DevBoxSchedule&text=DevBoxSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.listSchedules(java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.listSchedules(String projectName, String poolName, RequestOptions requestOptions)"
name: "listSchedules(String projectName, String poolName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.listSchedules(String projectName, String poolName, RequestOptions requestOptions)"
summary: "Lists all schedules within a pool that are configured by your project administrator."
parameters:
- description: "The DevCenter Project upon which to execute operations."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of a pool of Dev Boxes."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PagedFlux<BinaryData> listSchedules(String projectName, String poolName, RequestOptions requestOptions)"
desc: "Lists all schedules within a pool that are configured by your project administrator.\n\n**Response Body Schema**\n\n```java\n{\n name: String (Required)\n type: String(StopDevBox) (Required)\n frequency: String(Daily) (Required)\n time: String (Required)\n timeZone: String (Required)\n }\n```"
returns:
description: "paged collection of Schedule items as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.skipAction(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.skipAction(String projectName, String userId, String devBoxName, String actionName)"
name: "skipAction(String projectName, String userId, String devBoxName, String actionName)"
nameWithType: "DevBoxesAsyncClient.skipAction(String projectName, String userId, String devBoxName, String actionName)"
summary: "Skips an occurrence of an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Mono<Void> skipAction(String projectName, String userId, String devBoxName, String actionName)"
desc: "Skips an occurrence of an action."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.developer.devcenter.DevBoxesAsyncClient.skipActionWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.developer.devcenter.DevBoxesAsyncClient.skipActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
name: "skipActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
nameWithType: "DevBoxesAsyncClient.skipActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
summary: "Skips an occurrence of an action."
parameters:
- description: "Name of the project."
name: "projectName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD object id of the user. If value is 'me', the identity is taken from the authentication\n context."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Display name for the Dev Box."
name: "devBoxName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the action."
name: "actionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> skipActionWithResponse(String projectName, String userId, String devBoxName, String actionName, RequestOptions requestOptions)"
desc: "Skips an occurrence of an action."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
type: "class"
desc: "Initializes a new instance of the asynchronous DevBoxesClient type."
metadata: {}
package: "com.azure.developer.devcenter"
artifact: com.azure:azure-developer-devcenter:1.0.3