次の方法で共有


IWithPrivateEndpointConnectionSettings インターフェイス

定義

プライベート エンドポイント接続設定を指定できるプライベート回線サービスの更新のステージ。

public interface IWithPrivateEndpointConnectionSettings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>
type IWithPrivateEndpointConnectionSettings = interface
    interface IExecutable<IPrivateEndpointConnection>
    interface IIndexable
Public Interface IWithPrivateEndpointConnectionSettings
Implements IExecutable(Of IPrivateEndpointConnection)
派生
実装

プロパティ

Key

プライベート エンドポイント接続設定を指定できるプライベート回線サービスの更新のステージ。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)
WithPrivateEndpoint(String)

プライベート エンドポイント ID を設定します。

WithPrivateLinkServiceConnetionState(String, String, String)

プライベート リンク サービスの接続状態を設定します。

適用対象