CheckQuotaAvailabilityResponse Interface
public interface CheckQuotaAvailabilityResponse
An immutable client-side representation of CheckQuotaAvailabilityResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
availabilityStatus()
Gets the availability |
| abstract String |
id()
Gets the id property: Fully qualified resource ID for the resource. |
|
abstract
Check |
innerModel()
Gets the inner com. |
| abstract Boolean |
isAvailable()
Gets the is |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
availabilityStatus
public abstract String availabilityStatus()
Gets the availabilityStatus property: Message indicating additional details to add to quota support request.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
Returns:
innerModel
public abstract CheckQuotaAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner object.
Returns:
isAvailable
public abstract Boolean isAvailable()
Gets the isAvailable property: True/False indicating whether the quota request be granted based on availability.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
Returns: