你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
INestedResource 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类型包含 com.microsoft.azure.Resource 中 ARM envelop 属性的子集,即 id、名称和类型。
public interface INestedResource : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type INestedResource = interface
interface IBeta
interface IIndexable
interface IHasId
Public Interface INestedResource
Implements IBeta, IHasId, IIndexable
- 派生
- 实现
属性
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Key |
类型包含 com.microsoft.azure.Resource 中 ARM envelop 属性的子集,即 id、名称和类型。 (继承自 IIndexable) |
Name |
获取资源名称。 |
Type |
获取资源类型。 |