ArmBillingModelFactory.RebillDetails 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 RebillDetails.
public static Azure.ResourceManager.Billing.Models.RebillDetails RebillDetails (Azure.Core.ResourceIdentifier invoiceDocumentId = default, Azure.Core.ResourceIdentifier creditNoteDocumentId = default, Azure.ResourceManager.Billing.Models.RebillDetails rebillDetailsValue = default);
static member RebillDetails : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Billing.Models.RebillDetails -> Azure.ResourceManager.Billing.Models.RebillDetails
Public Shared Function RebillDetails (Optional invoiceDocumentId As ResourceIdentifier = Nothing, Optional creditNoteDocumentId As ResourceIdentifier = Nothing, Optional rebillDetailsValue As RebillDetails = Nothing) As RebillDetails
Parameters
- invoiceDocumentId
- ResourceIdentifier
The ID of invoice.
- creditNoteDocumentId
- ResourceIdentifier
The ID of credit note.
- rebillDetailsValue
- RebillDetails
The rebill details of an invoice.
Returns
A new RebillDetails instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET