ArmQuotaModelFactory.SubscriptionQuotaAllocationsListProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET