azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

131 строка
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.Locations"
fullName: "com.azure.resourcemanager.batch.models.Locations"
name: "Locations"
nameWithType: "Locations"
summary: "Resource collection API of Locations."
syntax: "public interface **Locations**"
methods:
- uid: "com.azure.resourcemanager.batch.models.Locations.checkNameAvailability(java.lang.String,com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters)"
fullName: "com.azure.resourcemanager.batch.models.Locations.checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)"
name: "checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)"
nameWithType: "Locations.checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)"
summary: "Checks whether the Batch account name is available in the specified region."
modifiers:
- "abstract"
parameters:
- description: "The desired region for the name check."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties needed to check the availability of a name."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityResult checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)"
desc: "Checks whether the Batch account name is available in the specified region."
returns:
description: "the CheckNameAvailability operation response."
type: "<xref href=\"com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult?alt=com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.Locations.checkNameAvailabilityWithResponse(java.lang.String,com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.Locations.checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)"
name: "checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)"
nameWithType: "Locations.checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)"
summary: "Checks whether the Batch account name is available in the specified region."
modifiers:
- "abstract"
parameters:
- description: "The desired region for the name check."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties needed to check the availability of a name."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.batch.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CheckNameAvailabilityResult> checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)"
desc: "Checks whether the Batch account name is available in the specified region."
returns:
description: "the CheckNameAvailability operation response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<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.resourcemanager.batch.models.CheckNameAvailabilityResult?alt=com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult&text=CheckNameAvailabilityResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.Locations.getQuotas(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.Locations.getQuotas(String locationName)"
name: "getQuotas(String locationName)"
nameWithType: "Locations.getQuotas(String locationName)"
summary: "Gets the Batch service quotas for the specified subscription at the given location."
modifiers:
- "abstract"
parameters:
- description: "The region for which to retrieve Batch service quotas."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BatchLocationQuota getQuotas(String locationName)"
desc: "Gets the Batch service quotas for the specified subscription at the given location."
returns:
description: "the Batch service quotas for the specified subscription at the given location."
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchLocationQuota?alt=com.azure.resourcemanager.batch.models.BatchLocationQuota&text=BatchLocationQuota\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.Locations.getQuotasWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.Locations.getQuotasWithResponse(String locationName, Context context)"
name: "getQuotasWithResponse(String locationName, Context context)"
nameWithType: "Locations.getQuotasWithResponse(String locationName, Context context)"
summary: "Gets the Batch service quotas for the specified subscription at the given location."
modifiers:
- "abstract"
parameters:
- description: "The region for which to retrieve Batch service quotas."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<BatchLocationQuota> getQuotasWithResponse(String locationName, Context context)"
desc: "Gets the Batch service quotas for the specified subscription at the given location."
returns:
description: "the Batch service quotas for the specified subscription at the given location along with\n <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<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.resourcemanager.batch.models.BatchLocationQuota?alt=com.azure.resourcemanager.batch.models.BatchLocationQuota&text=BatchLocationQuota\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.Locations.listSupportedVirtualMachineSkus(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.Locations.listSupportedVirtualMachineSkus(String locationName)"
name: "listSupportedVirtualMachineSkus(String locationName)"
nameWithType: "Locations.listSupportedVirtualMachineSkus(String locationName)"
summary: "Gets the list of Batch supported Virtual Machine VM sizes available at the given location."
modifiers:
- "abstract"
parameters:
- description: "The region for which to retrieve Batch service supported SKUs."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SupportedSku> listSupportedVirtualMachineSkus(String locationName)"
desc: "Gets the list of Batch supported Virtual Machine VM sizes available at the given location."
returns:
description: "the list of Batch supported Virtual Machine VM sizes available at the given location as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.models.SupportedSku?alt=com.azure.resourcemanager.batch.models.SupportedSku&text=SupportedSku\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.Locations.listSupportedVirtualMachineSkus(java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.Locations.listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)"
name: "listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)"
nameWithType: "Locations.listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)"
summary: "Gets the list of Batch supported Virtual Machine VM sizes available at the given location."
modifiers:
- "abstract"
parameters:
- description: "The region for which to retrieve Batch service supported SKUs."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of items to return in the response."
name: "maxresults"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "OData filter expression. Valid properties for filtering are \"familyName\"."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<SupportedSku> listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)"
desc: "Gets the list of Batch supported Virtual Machine VM sizes available at the given location."
returns:
description: "the list of Batch supported Virtual Machine VM sizes available at the given location as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.models.SupportedSku?alt=com.azure.resourcemanager.batch.models.SupportedSku&text=SupportedSku\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Locations."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0