你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IGroupableResource<ManagerT,InnerT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
资源组中资源的基接口。
public interface IGroupableResource<ManagerT,InnerT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<InnerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<ManagerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource
type IGroupableResource<'ManagerT, 'InnerT> = interface
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<'ManagerT>
interface IHasInner<'InnerT>
Public Interface IGroupableResource(Of ManagerT, InnerT)
Implements IHasInner(Of InnerT), IHasManager(Of ManagerT), IHasResourceGroup, IResource
类型参数
- ManagerT
- InnerT
- 派生
- 实现
属性
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
资源组中资源的基接口。 (继承自 IHasInner<T>) |
Key |
资源组中资源的基接口。 (继承自 IIndexable) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Name |
获取资源的名称 (继承自 IHasName) |
Region |
资源组中资源的基接口。 (继承自 IResource) |
RegionName |
资源组中资源的基接口。 (继承自 IResource) |
ResourceGroupName |
资源组中资源的基接口。 (继承自 IHasResourceGroup) |
Tags |
资源组中资源的基接口。 (继承自 IResource) |
Type |
资源组中资源的基接口。 (继承自 IResource) |