Interface PrivateEndpointConnectionOperations
-
public interface PrivateEndpointConnectionOperations
Resource collection API of PrivateEndpointConnectionOperations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnectionResource.DefinitionStages.Blank
define(String name)
Begins definition for a new PrivateEndpointConnectionResource resource.void
delete(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Deletes a private endpoint connection.void
deleteById(String id)
Deletes a private endpoint connection.com.azure.core.http.rest.Response<Void>
deleteByIdWithResponse(String id, com.azure.core.util.Context context)
Deletes a private endpoint connection.com.azure.core.http.rest.Response<Void>
deleteWithResponse(String resourceGroupName, String factoryName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Deletes a private endpoint connection.PrivateEndpointConnectionResource
get(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Gets a private endpoint connection.PrivateEndpointConnectionResource
getById(String id)
Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
getWithResponse(String resourceGroupName, String factoryName, String privateEndpointConnectionName, String ifNoneMatch, com.azure.core.util.Context context)
Gets a private endpoint connection.
-
-
-
Method Detail
-
get
PrivateEndpointConnectionResource get(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Gets a private endpoint connection.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.privateEndpointConnectionName
- The private endpoint connection name.- Returns:
- a 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.
-
getWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionResource> getWithResponse(String resourceGroupName, String factoryName, String privateEndpointConnectionName, String ifNoneMatch, com.azure.core.util.Context context)
Gets a private endpoint connection.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.privateEndpointConnectionName
- The private endpoint connection name.ifNoneMatch
- ETag of the private endpoint connection entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.context
- The context to associate with this operation.- Returns:
- a private endpoint connection 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.
-
delete
void delete(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Deletes a private endpoint connection.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.privateEndpointConnectionName
- The private endpoint connection name.- 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.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String factoryName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Deletes a private endpoint connection.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.privateEndpointConnectionName
- The private endpoint connection name.context
- The context to associate with this operation.- Returns:
- the
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.
-
getById
PrivateEndpointConnectionResource getById(String id)
Gets a private endpoint connection.- Parameters:
id
- the resource ID.- Returns:
- a private endpoint connection 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.
-
getByIdWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionResource> getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets a private endpoint connection.- Parameters:
id
- the resource ID.ifNoneMatch
- ETag of the private endpoint connection entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.context
- The context to associate with this operation.- Returns:
- a private endpoint connection 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.
-
deleteById
void deleteById(String id)
Deletes a private endpoint connection.- Parameters:
id
- the resource ID.- 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.
-
deleteByIdWithResponse
com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
Deletes a private endpoint connection.- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- the
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.
-
define
PrivateEndpointConnectionResource.DefinitionStages.Blank define(String name)
Begins definition for a new PrivateEndpointConnectionResource resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new PrivateEndpointConnectionResource definition.
-
-