PrivateEndpointConnections interface

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

メソッド

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

privateEndpointConnectionName

string

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

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

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

privateEndpointConnectionName

string

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

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

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

privateEndpointConnectionName

string

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

privateEndpointConnectionName

string

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

privateEndpointConnectionName

string

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

options パラメーター。

戻り値

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。

function list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionListResult>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

options
PrivateEndpointConnectionsListOptionalParams

options パラメーター。

戻り値