IPrivateEndpointConnection インターフェイス

定義

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

public interface IPrivateEndpointConnection : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IPrivateEndpointConnection,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointConnectionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IPrivateEndpointConnection>
type IPrivateEndpointConnection = interface
    interface IBeta
    interface IHasInner<PrivateEndpointConnectionInner>
    interface IExternalChildResource<IPrivateEndpointConnection, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<IPrivateEndpointConnection>
Public Interface IPrivateEndpointConnection
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of IPrivateEndpointConnection, ICosmosDBAccount), IHasInner(Of PrivateEndpointConnectionInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of IPrivateEndpointConnection)
実装

プロパティ

Id

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

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

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

(継承元 IHasInner<T>)
Key

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

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
PrivateEndpoint

接続が属するプライベート エンドポイントを取得します。

PrivateLinkServiceConnectionState

プライベート エンドポイント接続の接続状態を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象