IUpdate インターフェイス

定義

プライベート エンドポイント接続の全体が、親仮想マシンの更新の一部として更新されます。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IWithState, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithState
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithState
実装

メソッド

Parent()

プライベート エンドポイント接続の全体が、親仮想マシンの更新の一部として更新されます。

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

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

(継承元 IWithState)
WithStateProperty(PrivateLinkServiceConnectionStateProperty)

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

(継承元 IWithState)
WithStatus(String)

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

(継承元 IWithState)

適用対象