PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
| begin |
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。 |
| begin |
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。 |
| begin |
トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。 |
| begin |
トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。 |
| get(string, string, string, string, Private |
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を取得します。 |
| list |
トピック、ドメイン、またはパートナーの名前空間の下にあるすべてのプライベート エンドポイント接続を取得します。 |
メソッドの詳細
beginDelete(string, string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, parentType: string, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, parentType: string, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
beginUpdate(string, string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。
function beginUpdate(resourceGroupName: string, parentType: string, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- privateEndpointConnection
- PrivateEndpointConnection
更新するプライベート エンドポイント接続オブジェクト。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。
function beginUpdateAndWait(resourceGroupName: string, parentType: string, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- privateEndpointConnection
- PrivateEndpointConnection
更新するプライベート エンドポイント接続オブジェクト。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
get(string, string, string, string, PrivateEndpointConnectionsGetOptionalParams)
トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, parentType: string, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
listByResource(string, string, string, PrivateEndpointConnectionsListByResourceOptionalParams)
トピック、ドメイン、またはパートナーの名前空間の下にあるすべてのプライベート エンドポイント接続を取得します。
function listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これには、'topics'、'domains'、'partnerNamespaces' または 'namespaces' のいずれかを指定できます。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。
オプション パラメーター。