ArmQuotaModelFactory.GroupQuotaLimitListProperties 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 GroupQuotaLimitListProperties.
public static Azure.ResourceManager.Quota.Models.GroupQuotaLimitListProperties GroupQuotaLimitListProperties(Azure.ResourceManager.Quota.Models.QuotaRequestStatus? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Quota.Models.GroupQuotaLimit> value = default, string nextLink = default);
static member GroupQuotaLimitListProperties : Nullable<Azure.ResourceManager.Quota.Models.QuotaRequestStatus> * seq<Azure.ResourceManager.Quota.Models.GroupQuotaLimit> * string -> Azure.ResourceManager.Quota.Models.GroupQuotaLimitListProperties
Public Shared Function GroupQuotaLimitListProperties (Optional provisioningState As Nullable(Of QuotaRequestStatus) = Nothing, Optional value As IEnumerable(Of GroupQuotaLimit) = Nothing, Optional nextLink As String = Nothing) As GroupQuotaLimitListProperties
Parameters
- provisioningState
- Nullable<QuotaRequestStatus>
Request status.
- value
- IEnumerable<GroupQuotaLimit>
List of Group Quota Limit details.
- nextLink
- String
The URL to use for getting the next set of results.
Returns
A new GroupQuotaLimitListProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET