Interface PrivateEndpointConnection
- All Superinterfaces:
ChildResource<CosmosDBAccount>
,ExternalChildResource<PrivateEndpointConnection,
,CosmosDBAccount> HasInner<com.microsoft.azure.management.cosmosdb.implementation.PrivateEndpointConnectionInner>
,HasName
,HasParent<CosmosDBAccount>
,Indexable
,Refreshable<PrivateEndpointConnection>
@Beta(V1_28_0)
public interface PrivateEndpointConnection
extends HasInner<com.microsoft.azure.management.cosmosdb.implementation.PrivateEndpointConnectionInner>, ExternalChildResource<PrivateEndpointConnection,CosmosDBAccount>
A private endpoint connection.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a private endpoint connection definition as a part of parent definition.static interface
Grouping of private endpoint connection definition stages as a port of cosmos db account definition.static interface
The entirety of private endpoint connection update as a part of parent virtual machine update.static interface
The entirety of a private endpoint connection definition definition as a part of parent update.static interface
Grouping of private endpoint connection definition stages as part of parent cosmos db account update.static interface
Grouping of private endpoint connection update stages. -
Method Summary
Modifier and TypeMethodDescriptionGet private endpoint which the connection belongs to.Get connection State of the Private Endpoint Connection.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
privateEndpoint
PrivateEndpointProperty privateEndpoint()Get private endpoint which the connection belongs to.- Returns:
- the privateEndpoint value
-
privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()Get connection State of the Private Endpoint Connection.- Returns:
- the privateLinkServiceConnectionState value
-