次の方法で共有


PrivateEndpointConnections interface

PrivateEndpointConnections を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を削除します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を取得します。

list(string, string, PrivateEndpointConnectionsListOptionalParams)

ワークスペースに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function createOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

privateEndpointConnectionName

string

ワークスペースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function delete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

privateEndpointConnectionName

string

ワークスペースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を取得します。

function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

privateEndpointConnectionName

string

ワークスペースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, PrivateEndpointConnectionsListOptionalParams)

ワークスペースに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

options
PrivateEndpointConnectionsListOptionalParams

オプション パラメーター。

戻り値