Interface PrivateEndpointConnectionsClient
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> beginCreate
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Update the state of specified private endpoint connection associated with the Elastic San.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> beginCreate
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update the state of specified private endpoint connection associated with the Elastic San.beginDelete
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the Elastic San.beginDelete
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the Elastic San.create
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Update the state of specified private endpoint connection associated with the Elastic San.create
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update the state of specified private endpoint connection associated with the Elastic San.void
Deletes the specified private endpoint connection associated with the Elastic San.void
delete
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the Elastic San.Gets the specified private endpoint connection associated with the Elastic San.com.azure.core.http.rest.Response
<PrivateEndpointConnectionInner> getWithResponse
(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the specified private endpoint connection associated with the Elastic San.com.azure.core.http.rest.PagedIterable
<PrivateEndpointConnectionInner> List all Private Endpoint Connections associated with the Elastic San.com.azure.core.http.rest.PagedIterable
<PrivateEndpointConnectionInner> List all Private Endpoint Connections associated with the Elastic San.
-
Method Details
-
beginCreate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreate(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Update the state of specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.parameters
- Private Endpoint Connection Approval object.- Returns:
- the
SyncPoller
for polling of response for PrivateEndpoint Connection object. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreate(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update the state of specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.parameters
- Private Endpoint Connection Approval object.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of response for PrivateEndpoint Connection object. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
create
PrivateEndpointConnectionInner create(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Update the state of specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.parameters
- Private Endpoint Connection Approval object.- Returns:
- response for PrivateEndpoint Connection object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
create
PrivateEndpointConnectionInner create(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update the state of specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.parameters
- Private Endpoint Connection Approval object.context
- The context to associate with this operation.- Returns:
- response for PrivateEndpoint Connection object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.context
- The context to associate with this operation.- Returns:
- the specified private endpoint connection associated with the Elastic San along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
PrivateEndpointConnectionInner get(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.- Returns:
- the specified private endpoint connection associated with the Elastic San.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.- Returns:
- the
SyncPoller
for polling of long-running operation. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of long-running operation. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Deletes the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String elasticSanName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.privateEndpointConnectionName
- The name of the Private Endpoint connection.context
- The context to associate with this operation.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String elasticSanName) List all Private Endpoint Connections associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.- Returns:
- list of private endpoint connections associated with SAN as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String elasticSanName, com.azure.core.util.Context context) List all Private Endpoint Connections associated with the Elastic San.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.elasticSanName
- The name of the ElasticSan.context
- The context to associate with this operation.- Returns:
- list of private endpoint connections associated with SAN as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-