Uses of Class
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return PrivateEndpointConnectionInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent with parameters of type PrivateEndpointConnectionInnerModifier 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
Methods in com.azure.resourcemanager.batch.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionListPrivateEndpointConnectionsResult.value()Get the value property: The collection of returned private endpoint connection.Methods in com.azure.resourcemanager.batch.models with parameters of type PrivateEndpointConnectionInnerModifier 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.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionListPrivateEndpointConnectionsResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The collection of returned private endpoint connection.