Uses of Class
com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for AzureDigitalTwinsManagementClient.
Package containing the inner data models for AzureDigitalTwinsManagementClient.
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.digitaltwins.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update the status of a private endpoint connection with the given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update the status of a private endpoint connection with the given name.PrivateEndpointConnectionsClient.get
(String resourceGroupName, String resourceName, String privateEndpointConnectionName) Get private endpoint connection properties for the given private endpoint.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update the status of a private endpoint connection with the given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update the status of a private endpoint connection with the given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update the status of a private endpoint connection with the given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update the status of a private endpoint connection with the given name.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.getWithResponse
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Get private endpoint connection properties for the given private endpoint.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update the status of a private endpoint connection with the given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update the status of a private endpoint connection with the given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update the status of a private endpoint connection with the given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update the status of a private endpoint connection with the given name. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.digitaltwins.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties
(ConnectionProperties properties) Set the properties property: The connection properties.Modifier and TypeMethodDescriptionDigitalTwinsDescriptionInner.privateEndpointConnections()
Get the privateEndpointConnections property: The private endpoint connections.DigitalTwinsProperties.privateEndpointConnections()
Get the privateEndpointConnections property: The private endpoint connections.PrivateEndpointConnectionsResponseInner.value()
Get the value property: The list of available private link connections for a Digital Twin.Modifier and TypeMethodDescriptionDigitalTwinsDescriptionInner.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: The private endpoint connections.DigitalTwinsProperties.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: The private endpoint connections.PrivateEndpointConnectionsResponseInner.withValue
(List<PrivateEndpointConnectionInner> value) Set the value property: The list of available private link connections for a Digital Twin. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionDigitalTwinsDescription.DefinitionStages.WithPrivateEndpointConnections.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Specifies the privateEndpointConnections property: The private endpoint connections..