IPrivateEndpointConnection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IBeta IChildResource<IParentT> IChildResource<ICosmosDBAccount> IExternalChildResource<IPrivateEndpointConnection,ICosmosDBAccount> IHasInner<PrivateEndpointConnectionInner> IHasName IHasParent<IParentT> IHasParent<ICosmosDBAccount> IIndexable IRefreshable<FluentModelT> IRefreshable<IPrivateEndpointConnection>
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET