Interface QuotaRequestSubmitResponse201


public interface QuotaRequestSubmitResponse201
An immutable client-side representation of QuotaRequestSubmitResponse201.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: The quota request ID.
    Gets the inner com.azure.resourcemanager.reservations.fluent.models.QuotaRequestSubmitResponse201Inner object.
    Gets the message property: A user friendly message.
    Gets the name property: Operation ID.
    Gets the provisioningState property: The details of the quota request status.
    Gets the type property: Resource type.
  • Method Details

    • id

      String id()
      Gets the id property: The quota request ID. Use the requestId parameter to check the request status.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Operation ID.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Resource type.
      Returns:
      the type value.
    • provisioningState

      QuotaRequestState provisioningState()
      Gets the provisioningState property: The details of the quota request status.
      Returns:
      the provisioningState value.
    • message

      String message()
      Gets the message property: A user friendly message.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.reservations.fluent.models.QuotaRequestSubmitResponse201Inner object.
      Returns:
      the inner object.