次の方法で共有


ISubscription インターフェイス

定義

Azure サブスクリプションの不変のクライアント側表現。

public interface ISubscription : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ISubscription = interface
    interface IIndexable
    interface IHasInner<SubscriptionInner>
Public Interface ISubscription
Implements IHasInner(Of SubscriptionInner), IIndexable
実装

プロパティ

DisplayName

Azure サブスクリプションの不変のクライアント側表現。

Inner

Azure サブスクリプションの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure サブスクリプションの不変のクライアント側表現。

(継承元 IIndexable)
State

Azure サブスクリプションの不変のクライアント側表現。

SubscriptionId

Azure サブスクリプションの不変のクライアント側表現。

SubscriptionPolicies

Azure サブスクリプションの不変のクライアント側表現。

メソッド

GetLocationByRegion(Region)

選択したサブスクリプションがそれにアクセスできる場合は、指定したリージョンのデータ センターの場所を取得します。

ListLocations()

サブスクリプションがアクセスできる場所を一覧表示します。

適用対象