BillingExtensions.GetDefaultBillingInvoices(TenantResource) 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.
Gets a collection of DefaultBillingInvoiceResources in the TenantResource. MockingTo mock this method, please mock GetDefaultBillingInvoices() instead.
public static Azure.ResourceManager.Billing.DefaultBillingInvoiceCollection GetDefaultBillingInvoices (this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetDefaultBillingInvoices : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.Billing.DefaultBillingInvoiceCollection
<Extension()>
Public Function GetDefaultBillingInvoices (tenantResource As TenantResource) As DefaultBillingInvoiceCollection
Parameters
- tenantResource
- TenantResource
The TenantResource instance the method will execute against.
Returns
An object representing collection of DefaultBillingInvoiceResources and their operations over a DefaultBillingInvoiceResource.
Exceptions
tenantResource
is null.
Applies to
Azure SDK for .NET