PrivateEndpoints interface
PrivateEndpoints を表すインターフェイス。
メソッド
begin |
指定したプライベート エンドポイントを削除します。 |
begin |
指定したプライベート エンドポイントを削除します。 |
create |
Stream Analytics プライベート エンドポイントを作成するか、既存のプライベート エンドポイントを置き換えます。 |
get(string, string, string, Private |
指定したプライベート エンドポイントに関する情報を取得します。 |
list |
クラスター内のプライベート エンドポイントを一覧表示します。 |
メソッドの詳細
beginDelete(string, string, string, PrivateEndpointsDeleteOptionalParams)
指定したプライベート エンドポイントを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointName
-
string
プライベート エンドポイントの名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointsDeleteOptionalParams)
指定したプライベート エンドポイントを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointName
-
string
プライベート エンドポイントの名前。
options パラメーター。
戻り値
Promise<void>
createOrUpdate(string, string, string, PrivateEndpoint, PrivateEndpointsCreateOrUpdateOptionalParams)
Stream Analytics プライベート エンドポイントを作成するか、既存のプライベート エンドポイントを置き換えます。
function createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointName
-
string
プライベート エンドポイントの名前。
- privateEndpoint
- PrivateEndpoint
新しいクラスターの作成または既存のクラスターの置き換えに使用されるプライベート エンドポイントの定義。
options パラメーター。
戻り値
Promise<PrivateEndpoint>
get(string, string, string, PrivateEndpointsGetOptionalParams)
指定したプライベート エンドポイントに関する情報を取得します。
function get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointName
-
string
プライベート エンドポイントの名前。
options パラメーター。
戻り値
Promise<PrivateEndpoint>
listByCluster(string, string, PrivateEndpointsListByClusterOptionalParams)
クラスター内のプライベート エンドポイントを一覧表示します。
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint, PrivateEndpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
options パラメーター。