次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

プライベート エンドポイント接続定義の最終ステージ。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.UpdateDefinition.IWithState<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithState<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithState(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親の更新のステージ。

派生
実装

メソッド

Attach()

プライベート エンドポイント接続定義の最終ステージ。

(継承元 IInUpdate<ParentT>)
WithDescription(String)

state プロパティの説明を指定します。

(継承元 IWithState<ParentT>)
WithStateProperty(PrivateLinkServiceConnectionStateProperty)

state プロパティを指定します。

(継承元 IWithState<ParentT>)
WithStatus(String)

state プロパティの状態を指定します。

(継承元 IWithState<ParentT>)

適用対象