ArmBillingModelFactory.DetailedTransferStatus 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 DetailedTransferStatus.
public static Azure.ResourceManager.Billing.Models.DetailedTransferStatus DetailedTransferStatus (Azure.ResourceManager.Billing.Models.BillingProductType? productType = default, string productId = default, string productName = default, string skuDescription = default, Azure.ResourceManager.Billing.Models.BillingProductTransferStatus? transferStatus = default, Azure.ResourceManager.Billing.Models.BillingTransferError errorDetails = default);
static member DetailedTransferStatus : Nullable<Azure.ResourceManager.Billing.Models.BillingProductType> * string * string * string * Nullable<Azure.ResourceManager.Billing.Models.BillingProductTransferStatus> * Azure.ResourceManager.Billing.Models.BillingTransferError -> Azure.ResourceManager.Billing.Models.DetailedTransferStatus
Public Shared Function DetailedTransferStatus (Optional productType As Nullable(Of BillingProductType) = Nothing, Optional productId As String = Nothing, Optional productName As String = Nothing, Optional skuDescription As String = Nothing, Optional transferStatus As Nullable(Of BillingProductTransferStatus) = Nothing, Optional errorDetails As BillingTransferError = Nothing) As DetailedTransferStatus
Parameters
- productType
- Nullable<BillingProductType>
Type of product that is transferred.
- productId
- String
The ID of the product that is transferred.
- productName
- String
The name of the product that is transferred.
- skuDescription
- String
The SKU of the product that is transferred.
- transferStatus
- Nullable<BillingProductTransferStatus>
Transfer status.
- errorDetails
- BillingTransferError
Error details for transfer execution.
Returns
A new DetailedTransferStatus instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET