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 availabilityStatus property: Message indicating additional details to add to quota support request.

abstract String id()

Gets the id property: Fully qualified resource ID for the resource.

abstract CheckQuotaAvailabilityResponseInner innerModel()

Gets the inner com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner object.

abstract Boolean isAvailable()

Gets the isAvailable property: True/False indicating whether the quota request be granted based on availability.

abstract String name()

Gets the name property: The name of the resource.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the availabilityStatus value.

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:

the id value.

innerModel

public abstract CheckQuotaAvailabilityResponseInner innerModel()

Gets the inner com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseInner object.

Returns:

the inner object.

isAvailable

public abstract Boolean isAvailable()

Gets the isAvailable property: True/False indicating whether the quota request be granted based on availability.

Returns:

the isAvailable value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Returns:

the type value.

Applies to