Udostępnij za pośrednictwem


ArmQuotaModelFactory.SubscriptionQuotaAllocationsListProperties Method

Definition

Initializes a new instance of SubscriptionQuotaAllocationsListProperties.

public static Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocationsListProperties SubscriptionQuotaAllocationsListProperties(Azure.ResourceManager.Quota.Models.QuotaRequestStatus? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocations> value = default, string nextLink = default);
static member SubscriptionQuotaAllocationsListProperties : Nullable<Azure.ResourceManager.Quota.Models.QuotaRequestStatus> * seq<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocations> * string -> Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocationsListProperties
Public Shared Function SubscriptionQuotaAllocationsListProperties (Optional provisioningState As Nullable(Of QuotaRequestStatus) = Nothing, Optional value As IEnumerable(Of SubscriptionQuotaAllocations) = Nothing, Optional nextLink As String = Nothing) As SubscriptionQuotaAllocationsListProperties

Parameters

provisioningState
Nullable<QuotaRequestStatus>

Request status.

value
IEnumerable<SubscriptionQuotaAllocations>

Subscription quota list.

nextLink
String

The URL to use for getting the next set of results.

Returns

A new SubscriptionQuotaAllocationsListProperties instance for mocking.

Applies to