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

87 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.Locations"
fullName: "com.azure.resourcemanager.avs.models.Locations"
name: "Locations"
nameWithType: "Locations"
summary: "Resource collection API of Locations."
syntax: "public interface **Locations**"
methods:
- uid: "com.azure.resourcemanager.avs.models.Locations.checkQuotaAvailability(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Locations.checkQuotaAvailability(String location)"
name: "checkQuotaAvailability(String location)"
nameWithType: "Locations.checkQuotaAvailability(String location)"
summary: "Return quota for subscription by region."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Quota checkQuotaAvailability(String location)"
desc: "Return quota for subscription by region."
returns:
description: "subscription quotas."
type: "<xref href=\"com.azure.resourcemanager.avs.models.Quota?alt=com.azure.resourcemanager.avs.models.Quota&text=Quota\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.Locations.checkQuotaAvailabilityWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Locations.checkQuotaAvailabilityWithResponse(String location, Context context)"
name: "checkQuotaAvailabilityWithResponse(String location, Context context)"
nameWithType: "Locations.checkQuotaAvailabilityWithResponse(String location, Context context)"
summary: "Return quota for subscription by region."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
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<Quota> checkQuotaAvailabilityWithResponse(String location, Context context)"
desc: "Return quota for subscription by region."
returns:
description: "subscription quotas 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.avs.models.Quota?alt=com.azure.resourcemanager.avs.models.Quota&text=Quota\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.Locations.checkTrialAvailability(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Locations.checkTrialAvailability(String location)"
name: "checkTrialAvailability(String location)"
nameWithType: "Locations.checkTrialAvailability(String location)"
summary: "Return trial status for subscription by region."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Trial checkTrialAvailability(String location)"
desc: "Return trial status for subscription by region."
returns:
description: "subscription trial availability."
type: "<xref href=\"com.azure.resourcemanager.avs.models.Trial?alt=com.azure.resourcemanager.avs.models.Trial&text=Trial\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.Locations.checkTrialAvailabilityWithResponse(java.lang.String,com.azure.resourcemanager.avs.models.Sku,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Locations.checkTrialAvailabilityWithResponse(String location, Sku sku, Context context)"
name: "checkTrialAvailabilityWithResponse(String location, Sku sku, Context context)"
nameWithType: "Locations.checkTrialAvailabilityWithResponse(String location, Sku sku, Context context)"
summary: "Return trial status for subscription by region."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Optionally, check for a specific SKU."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.avs.models.Sku?alt=com.azure.resourcemanager.avs.models.Sku&text=Sku\" 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<Trial> checkTrialAvailabilityWithResponse(String location, Sku sku, Context context)"
desc: "Return trial status for subscription by region."
returns:
description: "subscription trial availability 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.avs.models.Trial?alt=com.azure.resourcemanager.avs.models.Trial&text=Trial\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Locations."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0