ArmQuotaModelFactory.QuotaAllocationRequestStatusData 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 QuotaAllocationRequestStatusData.
public static Azure.ResourceManager.Quota.QuotaAllocationRequestStatusData QuotaAllocationRequestStatusData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Quota.Models.QuotaAllocationRequestBase requestedResource = default, DateTimeOffset? requestSubmittedOn = default, Azure.ResourceManager.Quota.Models.QuotaRequestStatus? provisioningState = default, string faultCode = default);
static member QuotaAllocationRequestStatusData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Quota.Models.QuotaAllocationRequestBase * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Quota.Models.QuotaRequestStatus> * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusData
Public Shared Function QuotaAllocationRequestStatusData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional requestedResource As QuotaAllocationRequestBase = Nothing, Optional requestSubmittedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of QuotaRequestStatus) = Nothing, Optional faultCode As String = Nothing) As QuotaAllocationRequestStatusData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- requestedResource
- QuotaAllocationRequestBase
The new quota request allocated to subscription.
- requestSubmittedOn
- Nullable<DateTimeOffset>
The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ.
- provisioningState
- Nullable<QuotaRequestStatus>
Request status.
- faultCode
- String
Details of the failure.
Returns
A new QuotaAllocationRequestStatusData instance for mocking.
Applies to
Azure SDK for .NET