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
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