PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
| create |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
| delete(string, string, string, Private |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を削除します。 |
| get(string, string, string, Private |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
| list(string, string, Private |
ワークスペースに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
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
プライベート エンドポイント接続プロパティ。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
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
ワークスペースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
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
ワークスペースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
ワークスペースに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
オプション パラメーター。