ArmBillingModelFactory.RebillDetails Method

Definition

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