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

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()

列出订阅有权访问的位置。

适用于