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

ManagedCassandraARMResourceProperties 构造函数

定义

重载

ManagedCassandraARMResourceProperties()

初始化 ManagedCassandraARMResourceProperties 类的新实例。

ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity)

初始化 ManagedCassandraARMResourceProperties 类的新实例。

ManagedCassandraARMResourceProperties()

初始化 ManagedCassandraARMResourceProperties 类的新实例。

public ManagedCassandraARMResourceProperties ();
Public Sub New ()

适用于

ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity)

初始化 ManagedCassandraARMResourceProperties 类的新实例。

public ManagedCassandraARMResourceProperties (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity -> Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedCassandraManagedServiceIdentity = Nothing)

参数

id
String

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

name
String

ARM 资源的名称。

type
String

Azure 资源的类型。

location
String

资源所属的资源组的位置。

适用于