PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
メソッドの詳細
deleteByHostPool(string, string, string, PrivateEndpointConnectionsDeleteByHostPoolOptionalParams)
接続を削除します。
function deleteByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByHostPoolOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- hostPoolName
-
string
指定したリソース グループ内のホスト プールの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<void>
deleteByWorkspace(string, string, string, PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams)
接続を削除します。
function deleteByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<void>
getByHostPool(string, string, string, PrivateEndpointConnectionsGetByHostPoolOptionalParams)
プライベート エンドポイント接続を取得します。
function getByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByHostPoolOptionalParams): Promise<PrivateEndpointConnectionWithSystemData>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- hostPoolName
-
string
指定したリソース グループ内のホスト プールの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
getByWorkspace(string, string, string, PrivateEndpointConnectionsGetByWorkspaceOptionalParams)
プライベート エンドポイント接続を取得します。
function getByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionWithSystemData>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
listByHostPool(string, string, PrivateEndpointConnectionsListByHostPoolOptionalParams)
hostpool に関連付けられているプライベート エンドポイント接続を一覧表示します。
function listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateEndpointConnectionsListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData, PrivateEndpointConnectionWithSystemData[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- hostPoolName
-
string
指定したリソース グループ内のホスト プールの名前
オプション パラメーター。
戻り値
listByWorkspace(string, string, PrivateEndpointConnectionsListByWorkspaceOptionalParams)
プライベート エンドポイント接続を一覧表示します。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData, PrivateEndpointConnectionWithSystemData[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前
オプション パラメーター。
戻り値
updateByHostPool(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateByHostPoolOptionalParams)
プライベート エンドポイント接続を承認または拒否します。
function updateByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByHostPoolOptionalParams): Promise<PrivateEndpointConnectionWithSystemData>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- hostPoolName
-
string
指定したリソース グループ内のホスト プールの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
- connection
- PrivateEndpointConnection
更新された接続を含むオブジェクト。
オプション パラメーター。
戻り値
updateByWorkspace(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams)
プライベート エンドポイント接続を承認または拒否します。
function updateByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionWithSystemData>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
- connection
- PrivateEndpointConnection
更新された接続を含むオブジェクト。
オプション パラメーター。