次の方法で共有


PrivateEndpointConnections interface

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

メソッド

beginDelete(string, string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。

beginDeleteAndWait(string, string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を削除します。

beginUpdate(string, string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。

beginUpdateAndWait(string, string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

トピック、ドメイン、またはパートナー名前空間の下にある特定のプライベート エンドポイント接続を更新します。

get(string, string, string, string, PrivateEndpointConnectionsGetOptionalParams)

トピック、ドメイン、またはパートナーの名前空間の下にある特定のプライベート エンドポイント接続を取得します。

listByResource(string, string, string, PrivateEndpointConnectionsListByResourceOptionalParams)

トピック、ドメイン、またはパートナーの名前空間の下にあるすべてのプライベート エンドポイント接続を取得します。

メソッドの詳細

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

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

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

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

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

更新するプライベート エンドポイント接続オブジェクト。

options
PrivateEndpointConnectionsUpdateOptionalParams

オプション パラメーター。

戻り値

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

更新するプライベート エンドポイント接続オブジェクト。

options
PrivateEndpointConnectionsUpdateOptionalParams

オプション パラメーター。

戻り値

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

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsGetOptionalParams

オプション パラメーター。

戻り値

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

親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナーの名前空間名または名前空間名)。

options
PrivateEndpointConnectionsListByResourceOptionalParams

オプション パラメーター。

戻り値