Uses of Interface
com.azure.resourcemanager.digitaltwins.models.PrivateEndpointConnection
Package
Description
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.Update.apply()
Executes the update request.PrivateEndpointConnection.Update.apply
(com.azure.core.util.Context context) Executes the update request.PrivateEndpointConnection.DefinitionStages.WithCreate.create()
Executes the create request.PrivateEndpointConnection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnections.get
(String resourceGroupName, String resourceName, String privateEndpointConnectionName) Get private endpoint connection properties for the given private endpoint.Get private endpoint connection properties for the given private endpoint.PrivateEndpointConnection.refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnection.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnection>
PrivateEndpointConnections.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get private endpoint connection properties for the given private endpoint.com.azure.core.http.rest.Response<PrivateEndpointConnection>
PrivateEndpointConnections.getWithResponse
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Get private endpoint connection properties for the given private endpoint.DigitalTwinsDescription.privateEndpointConnections()
Gets the privateEndpointConnections property: The private endpoint connections.PrivateEndpointConnectionsResponse.value()
Gets the value property: The list of available private link connections for a Digital Twin.