Freigeben über


BillingContainersOperations interface

Schnittstelle, die einen BillingContainers-Vorgänge darstellt.

Eigenschaften

get

Abrufen eines BillingContainers

listBySubscription

Auflisten von BillingContainer-Ressourcen nach Abonnement-ID

Details zur Eigenschaft

get

Abrufen eines BillingContainers

get: (billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>

Eigenschaftswert

(billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>

listBySubscription

Auflisten von BillingContainer-Ressourcen nach Abonnement-ID

listBySubscription: (options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>

Eigenschaftswert

(options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>