Uses of Class
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.get
(String resourceGroupName, String accountName, String privateEndpointConnectionName) Gets information about the specified private endpoint connection.PrivateEndpointConnectionsClient.update
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.PrivateEndpointConnectionsClient.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(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.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.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<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByBatchAccount
(String resourceGroupName, String accountName) Lists all of the private endpoint connections in the specified account.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByBatchAccount
(String resourceGroupName, String accountName, Integer maxresults, com.azure.core.util.Context context) Lists all of the private endpoint connections in the specified account.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdate
(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.PrivateEndpointConnectionsClient.update
(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Updates the properties of an existing private endpoint connection.PrivateEndpointConnectionsClient.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. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Modifier and TypeMethodDescriptionBatchAccountInner.privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connections associated with the Batch account.BatchAccountProperties.privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connections associated with the Batch account. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionListPrivateEndpointConnectionsResult.value()
Get the value property: The collection of returned private endpoint connection.Modifier and TypeMethodDescriptionPrivateEndpointConnections.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 TypeMethodDescriptionListPrivateEndpointConnectionsResult.withValue
(List<PrivateEndpointConnectionInner> value) Set the value property: The collection of returned private endpoint connection.