次の方法で共有


IWithPrivateEndpointConnection.DefineNewPrivateEndpointConnection メソッド

定義

cosmos db アカウントにアタッチするプライベート エンドポイント接続の定義を開始します。

public Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate> DefineNewPrivateEndpointConnection (string name);
abstract member DefineNewPrivateEndpointConnection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate>
Public Function DefineNewPrivateEndpointConnection (name As String) As IBlank(Of IWithCreate)

パラメーター

name
String

プライベート エンドポイント接続の参照名。

戻り値

適用対象