Share via


PrivateEndpointConnections interface

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

メソッド

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続を切断し、検索サービスから削除します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

指定されたリソース グループ内の検索サービスへのプライベート エンドポイント接続の詳細を取得します。

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

指定されたサービス内のすべてのプライベート エンドポイント接続の一覧を取得します。

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

特定のリソース グループ内の検索サービスへのプライベート エンドポイント接続を更新します。

メソッドの詳細

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続を切断し、検索サービスから削除します。

function delete(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

現在のサブスクリプション内のリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

searchServiceName

string

指定したリソース グループに関連付けられているAzure Cognitive Search サービスの名前。

privateEndpointConnectionName

string

指定したリソース グループを持つAzure Cognitive Search サービスへのプライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

指定されたリソース グループ内の検索サービスへのプライベート エンドポイント接続の詳細を取得します。

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

パラメーター

resourceGroupName

string

現在のサブスクリプション内のリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

searchServiceName

string

指定したリソース グループに関連付けられているAzure Cognitive Search サービスの名前。

privateEndpointConnectionName

string

指定したリソース グループを持つAzure Cognitive Search サービスへのプライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsGetOptionalParams

options パラメーター。

戻り値

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

指定されたサービス内のすべてのプライベート エンドポイント接続の一覧を取得します。

function listByService(resourceGroupName: string, searchServiceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

現在のサブスクリプション内のリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

searchServiceName

string

指定したリソース グループに関連付けられているAzure Cognitive Search サービスの名前。

options
PrivateEndpointConnectionsListByServiceOptionalParams

options パラメーター。

戻り値

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

特定のリソース グループ内の検索サービスへのプライベート エンドポイント接続を更新します。

function update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

現在のサブスクリプション内のリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

searchServiceName

string

指定したリソース グループに関連付けられているAzure Cognitive Search サービスの名前。

privateEndpointConnectionName

string

指定したリソース グループを持つAzure Cognitive Search サービスへのプライベート エンドポイント接続の名前。

privateEndpointConnection
PrivateEndpointConnection

更新するプライベート エンドポイント接続の定義。

options
PrivateEndpointConnectionsUpdateOptionalParams

options パラメーター。

戻り値