共用方式為


SubRequest Constructors

Definition

Overloads

SubRequest()

Initializes a new instance of the SubRequest class.

SubRequest(Nullable<Int32>, ResourceName, String, String, Object, String, String)

Initializes a new instance of the SubRequest class.

SubRequest()

Initializes a new instance of the SubRequest class.

public SubRequest ();
Public Sub New ()

Applies to

SubRequest(Nullable<Int32>, ResourceName, String, String, Object, String, String)

Initializes a new instance of the SubRequest class.

public SubRequest (int? limit = default, Microsoft.Azure.Management.Reservations.Models.ResourceName name = default, string resourceType = default, string unit = default, object provisioningState = default, string message = default, string subRequestId = default);
new Microsoft.Azure.Management.Reservations.Models.SubRequest : Nullable<int> * Microsoft.Azure.Management.Reservations.Models.ResourceName * string * string * obj * string * string -> Microsoft.Azure.Management.Reservations.Models.SubRequest
Public Sub New (Optional limit As Nullable(Of Integer) = Nothing, Optional name As ResourceName = Nothing, Optional resourceType As String = Nothing, Optional unit As String = Nothing, Optional provisioningState As Object = Nothing, Optional message As String = Nothing, Optional subRequestId As String = Nothing)

Parameters

limit
Nullable<Int32>

Quota (resource limit).

name
ResourceName

The resource name.

resourceType
String

Resource type for which the quota check was made.

unit
String

The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation.

provisioningState
Object

The quota request status.

message
String

User-friendly status message.

subRequestId
String

Sub request ID for individual request.

Applies to