Freigeben über


IComputeUsages Schnittstelle

Definition

Einstiegspunkt für die API für die Verwaltung der Computeressourcennutzung.

public interface IComputeUsages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByRegion<Microsoft.Azure.Management.Compute.Fluent.IComputeUsage>
type IComputeUsages = interface
    interface ISupportsListingByRegion<IComputeUsage>
Public Interface IComputeUsages
Implements ISupportsListingByRegion(Of IComputeUsage)
Implementiert

Methoden

ListByRegion(Region)

Listet alle Ressourcen des angegebenen Typs in der angegebenen Region auf.

(Geerbt von ISupportsListingByRegion<T>)
ListByRegion(String)

Listet alle Ressourcen des angegebenen Typs in der angegebenen Region auf.

(Geerbt von ISupportsListingByRegion<T>)
ListByRegionAsync(Region, CancellationToken)

Listet alle Ressourcen des angegebenen Typs in der angegebenen Region auf.

(Geerbt von ISupportsListingByRegion<T>)
ListByRegionAsync(String, CancellationToken)

Listet alle Ressourcen des angegebenen Typs in der angegebenen Region auf.

(Geerbt von ISupportsListingByRegion<T>)

Gilt für: