你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IComputeSkus Interface

Definition

Entry point to compute service SKUs.

public interface IComputeSkus : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IComputeSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByRegion<Microsoft.Azure.Management.Compute.Fluent.IComputeSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IResourceSkusOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>
type IComputeSkus = interface
    interface IBeta
    interface ISupportsListing<IComputeSku>
    interface ISupportsListingByRegion<IComputeSku>
    interface IHasInner<IResourceSkusOperations>
    interface IHasManager<IComputeManager>
Public Interface IComputeSkus
Implements IBeta, IHasInner(Of IResourceSkusOperations), IHasManager(Of IComputeManager), ISupportsListing(Of IComputeSku), ISupportsListingByRegion(Of IComputeSku)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListByRegion(Region)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByRegion(String)

List all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListbyRegionAndResourceType(Region, ComputeResourceType)

Lists all the skus with the specified resource type in the given region.

ListbyRegionAndResourceTypeAsync(Region, ComputeResourceType, CancellationToken)

Lists all the skus with the specified resource type in the given region.

ListByRegionAsync(Region, CancellationToken)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByRegionAsync(String, CancellationToken)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByResourceType(ComputeResourceType)

Lists all the skus with the specified resource type.

ListByResourceTypeAsync(ComputeResourceType, CancellationToken)

Lists all the skus with the specified resource type.

Applies to