Interface PrivateEndpointConnection
-
- All Superinterfaces:
ChildResource<CosmosDBAccount>,ExternalChildResource<PrivateEndpointConnection,CosmosDBAccount>,HasInnerModel<PrivateEndpointConnectionInner>,HasName,HasParent<CosmosDBAccount>,Indexable,Refreshable<PrivateEndpointConnection>
public interface PrivateEndpointConnection extends HasInnerModel<PrivateEndpointConnectionInner>, ExternalChildResource<PrivateEndpointConnection,CosmosDBAccount>
A private endpoint connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivateEndpointConnection.Definition<ParentT>The entirety of a private endpoint connection definition as a part of parent definition.static interfacePrivateEndpointConnection.DefinitionStagesGrouping of private endpoint connection definition stages as a port of cosmos db account definition.static interfacePrivateEndpointConnection.UpdateThe entirety of private endpoint connection update as a part of parent virtual machine update.static interfacePrivateEndpointConnection.UpdateDefinition<ParentT>The entirety of a private endpoint connection definition definition as a part of parent update.static interfacePrivateEndpointConnection.UpdateDefinitionStagesGrouping of private endpoint connection definition stages as part of parent cosmos db account update.static interfacePrivateEndpointConnection.UpdateStagesGrouping of private endpoint connection update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointPropertyprivateEndpoint()Get private endpoint which the connection belongs to.PrivateLinkServiceConnectionStatePropertyprivateLinkServiceConnectionState()Get connection State of the Private Endpoint Connection.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
id
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
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
-
-