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

ARMResourceProperties 类

定义

ARM 资源的核心属性。

public class ARMResourceProperties : Microsoft.Rest.Azure.IResource
type ARMResourceProperties = class
    interface IResource
Public Class ARMResourceProperties
Implements IResource
继承
ARMResourceProperties
派生
实现

构造函数

ARMResourceProperties()

初始化 ARMResourceProperties 类的新实例。

ARMResourceProperties(String, String, String, String, IDictionary<String,String>)

初始化 ARMResourceProperties 类的新实例。

属性

Id

获取 ARM 资源的唯一资源标识符。

Location

获取或设置资源所属的资源组的位置。

Name

获取 ARM 资源的名称。

Tags

ARM 资源的核心属性。

Type

获取 Azure 资源的类型。

适用于