Uses of Interface
com.azure.resourcemanager.batch.models.PrivateEndpointConnection
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateEndpointConnections.get
(String resourceGroupName, String accountName, String privateEndpointConnectionName) Gets information about the specified private endpoint connection.PrivateEndpointConnections.update
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.PrivateEndpointConnections.update
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, String ifMatch, com.azure.core.util.Context context) Updates the properties of an existing private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnection>
PrivateEndpointConnections.getWithResponse
(String resourceGroupName, String accountName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets information about the specified private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>
PrivateEndpointConnections.listByBatchAccount
(String resourceGroupName, String accountName) Lists all of the private endpoint connections in the specified account.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>
PrivateEndpointConnections.listByBatchAccount
(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the private endpoint connections in the specified account.BatchAccount.privateEndpointConnections()
Gets the privateEndpointConnections property: List of private endpoint connections associated with the Batch account.