次の方法で共有


ARMProxyResource コンストラクター

定義

オーバーロード

ARMProxyResource()

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

ARMProxyResource(String, String, String)

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

ARMProxyResource()

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

public ARMProxyResource ();
Public Sub New ()

適用対象

ARMProxyResource(String, String, String)

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

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

パラメーター

id
String

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

name
String

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

type
String

Azure リソースの種類。

適用対象