PrivateEndpointConnectionsInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. PrivateEndpointConnectionsInner
- com.
public class PrivateEndpointConnectionsInner
An instance of this class provides access to all the operations defined in PrivateEndpointConnections.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionsInner(Retrofit retrofit, BatchManagementClientImpl client) |
Initializes an instance of PrivateEndpointConnectionsInner. |
Method Summary
Constructor Details
PrivateEndpointConnectionsInner
public PrivateEndpointConnectionsInner(Retrofit retrofit, BatchManagementClientImpl client)
Initializes an instance of PrivateEndpointConnectionsInner.
Parameters:
Method Details
beginUpdate
public PrivateEndpointConnectionInner beginUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdate
public PrivateEndpointConnectionInner beginUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, String ifMatch)
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateAsync
public ServiceFuture
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateAsync
public ServiceFuture
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateWithServiceResponseAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
beginUpdateWithServiceResponseAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
get
public PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets information about the specified private endpoint connection.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified private endpoint connection.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified private endpoint connection.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified private endpoint connection.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final Integer maxresults, final ListOperationCallback
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNext
public PagedList
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public ServiceFuture> listByBatchAccountNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextSinglePageAsync
public Observable
Lists all of the private endpoint connections in the specified account.
ServiceResponse<PageImpl<PrivateEndpointConnectionInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountNextWithServiceResponseAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the private endpoint connections in the specified account.
ServiceResponse<PageImpl<PrivateEndpointConnectionInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the private endpoint connections in the specified account.
Parameters:
Returns:
Throws:
update
public PrivateEndpointConnectionInner update(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
update
public PrivateEndpointConnectionInner update(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, String ifMatch)
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the properties of an existing private endpoint connection.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java