次の方法で共有


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 を一覧表示します。

適用対象