137 строки
11 KiB
YAML
137 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient"
|
|
name: "QuotasClient"
|
|
nameWithType: "QuotasClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Quotas<wbr>Client."
|
|
syntax: "public interface **QuotasClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.checkAvailability(java.lang.String,java.lang.String,com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.checkAvailability(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest)"
|
|
name: "checkAvailability(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest)"
|
|
nameWithType: "QuotasClient.checkAvailability(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest)"
|
|
summary: "Check Quota Availability on quota bucket per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of Azure region."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket name."
|
|
name: "quotaBucketName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket Request data."
|
|
name: "quotaBucketRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest?alt=com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest&text=QuotaBucketRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CheckQuotaAvailabilityResponseInner checkAvailability(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest)"
|
|
desc: "Check Quota Availability on quota bucket per region per subscription."
|
|
returns:
|
|
description: "check quota availability response object."
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner&text=CheckQuotaAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.checkAvailabilityWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.checkAvailabilityWithResponse(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest, Context context)"
|
|
name: "checkAvailabilityWithResponse(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest, Context context)"
|
|
nameWithType: "QuotasClient.checkAvailabilityWithResponse(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest, Context context)"
|
|
summary: "Check Quota Availability on quota bucket per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of Azure region."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket name."
|
|
name: "quotaBucketName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket Request data."
|
|
name: "quotaBucketRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest?alt=com.azure.resourcemanager.loadtesting.models.QuotaBucketRequest&text=QuotaBucketRequest\" 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<CheckQuotaAvailabilityResponseInner> checkAvailabilityWithResponse(String location, String quotaBucketName, QuotaBucketRequest quotaBucketRequest, Context context)"
|
|
desc: "Check Quota Availability on quota bucket per region per subscription."
|
|
returns:
|
|
description: "check quota availability response object 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\" /><<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner&text=CheckQuotaAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.get(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.get(String location, String quotaBucketName)"
|
|
name: "get(String location, String quotaBucketName)"
|
|
nameWithType: "QuotasClient.get(String location, String quotaBucketName)"
|
|
summary: "Get the available quota for a quota bucket per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of Azure region."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket name."
|
|
name: "quotaBucketName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract QuotaResourceInner get(String location, String quotaBucketName)"
|
|
desc: "Get the available quota for a quota bucket per region per subscription."
|
|
returns:
|
|
description: "the available quota for a quota bucket per region per subscription."
|
|
type: "<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner&text=QuotaResourceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.getWithResponse(String location, String quotaBucketName, Context context)"
|
|
name: "getWithResponse(String location, String quotaBucketName, Context context)"
|
|
nameWithType: "QuotasClient.getWithResponse(String location, String quotaBucketName, Context context)"
|
|
summary: "Get the available quota for a quota bucket per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of Azure region."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Quota Bucket name."
|
|
name: "quotaBucketName"
|
|
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<QuotaResourceInner> getWithResponse(String location, String quotaBucketName, Context context)"
|
|
desc: "Get the available quota for a quota bucket per region per subscription."
|
|
returns:
|
|
description: "the available quota for a quota bucket per region per subscription 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\" /><<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner&text=QuotaResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.list(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.list(String location)"
|
|
name: "list(String location)"
|
|
nameWithType: "QuotasClient.list(String location)"
|
|
summary: "Lists all the available quota per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of Azure region."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<QuotaResourceInner> list(String location)"
|
|
desc: "Lists all the available quota per region per subscription."
|
|
returns:
|
|
description: "list of quota bucket objects as paginated 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\" /><<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner&text=QuotaResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.list(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loadtesting.fluent.QuotasClient.list(String location, Context context)"
|
|
name: "list(String location, Context context)"
|
|
nameWithType: "QuotasClient.list(String location, Context context)"
|
|
summary: "Lists all the available quota per region per subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of 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 PagedIterable<QuotaResourceInner> list(String location, Context context)"
|
|
desc: "Lists all the available quota per region per subscription."
|
|
returns:
|
|
description: "list of quota bucket objects as paginated 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\" /><<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner?alt=com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner&text=QuotaResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in QuotasClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loadtesting.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0
|