次の方法で共有


DataCenterResource コンストラクター

定義

オーバーロード

DataCenterResource()

DataCenterResource クラスの新しいインスタンスを初期化します。

DataCenterResource(String, String, String, DataCenterResourceProperties)

DataCenterResource クラスの新しいインスタンスを初期化します。

DataCenterResource()

DataCenterResource クラスの新しいインスタンスを初期化します。

public DataCenterResource ();
Public Sub New ()

適用対象

DataCenterResource(String, String, String, DataCenterResourceProperties)

DataCenterResource クラスの新しいインスタンスを初期化します。

public DataCenterResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Models.DataCenterResourceProperties properties = default);
new Microsoft.Azure.Management.CosmosDB.Models.DataCenterResource : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.DataCenterResourceProperties -> Microsoft.Azure.Management.CosmosDB.Models.DataCenterResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DataCenterResourceProperties = Nothing)

パラメーター

id
String

データベース アカウントの一意のリソース識別子。

name
String

データベース アカウントの名前。

type
String

Azure リソースの種類。

properties
DataCenterResourceProperties

マネージド Cassandra データ センターのプロパティ。

適用対象