IPrivateEndpointConnection Interface

Definition

A private endpoint connection.

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)
Implements

Properties

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
PrivateEndpoint

Gets private endpoint which the connection belongs to.

PrivateLinkServiceConnectionState

Gets connection State of the Private Endpoint Connection.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to