azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

63 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts"
name: "LabAccounts"
nameWithType: "LabAccounts"
summary: "Type representing Lab<wbr>Accounts."
syntax: "public interface **LabAccounts**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount.DefinitionStages.Blank?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabAccountsInner?alt=com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabAccountsInner&text=LabAccountsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts.createLabAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.labservices.v2018_10_15.CreateLabProperties)"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts.createLabAsync(String resourceGroupName, String labAccountName, CreateLabProperties createLabProperties)"
name: "createLabAsync(String resourceGroupName, String labAccountName, CreateLabProperties createLabProperties)"
nameWithType: "LabAccounts.createLabAsync(String resourceGroupName, String labAccountName, CreateLabProperties createLabProperties)"
summary: "Create a lab in a lab account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the lab Account."
name: "labAccountName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Properties for creating a managed lab and a default environment setting"
name: "createLabProperties"
type: "<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.CreateLabProperties?alt=com.microsoft.azure.management.labservices.v2018_10_15.CreateLabProperties&text=CreateLabProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable createLabAsync(String resourceGroupName, String labAccountName, CreateLabProperties createLabProperties)"
desc: "Create a lab in a lab account."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts.getRegionalAvailabilityAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.labservices.v2018_10_15.LabAccounts.getRegionalAvailabilityAsync(String resourceGroupName, String labAccountName)"
name: "getRegionalAvailabilityAsync(String resourceGroupName, String labAccountName)"
nameWithType: "LabAccounts.getRegionalAvailabilityAsync(String resourceGroupName, String labAccountName)"
summary: "Get regional availability information for each size category configured under a lab account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the lab Account."
name: "labAccountName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<GetRegionalAvailabilityResponse> getRegionalAvailabilityAsync(String resourceGroupName, String labAccountName)"
desc: "Get regional availability information for each size category configured under a lab account."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.GetRegionalAvailabilityResponse?alt=com.microsoft.azure.management.labservices.v2018_10_15.GetRegionalAvailabilityResponse&text=GetRegionalAvailabilityResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing LabAccounts."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount.DefinitionStages.Blank?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabAccountsInner?alt=com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabAccountsInner&text=LabAccountsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.labservices.v2018_10_15.LabAccount?alt=com.microsoft.azure.management.labservices.v2018_10_15.LabAccount&text=LabAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.labservices.v2018_10_15"
artifact: com.microsoft.azure.labservices.v2018_10_15:azure-mgmt-labservices:1.0.0-beta