Share via


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

IComputeSkus 接口

定义

计算服务 SKU 的入口点。

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)
实现

属性

Inner

计算服务 SKU 的入口点。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)

方法

List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListByRegion(Region)

列出指定区域中指定类型的所有资源。

(继承自 ISupportsListingByRegion<T>)
ListByRegion(String)

列出指定区域中指定类型的所有资源。

(继承自 ISupportsListingByRegion<T>)
ListbyRegionAndResourceType(Region, ComputeResourceType)

列出给定区域中具有指定资源类型的所有 SKU。

ListbyRegionAndResourceTypeAsync(Region, ComputeResourceType, CancellationToken)

列出给定区域中具有指定资源类型的所有 SKU。

ListByRegionAsync(Region, CancellationToken)

列出指定区域中指定类型的所有资源。

(继承自 ISupportsListingByRegion<T>)
ListByRegionAsync(String, CancellationToken)

列出指定区域中指定类型的所有资源。

(继承自 ISupportsListingByRegion<T>)
ListByResourceType(ComputeResourceType)

列出具有指定资源类型的所有 SKU。

ListByResourceTypeAsync(ComputeResourceType, CancellationToken)

列出具有指定资源类型的所有 SKU。

适用于