public interface PrivateLinkServicesClient extends InnerSupportsGet<PrivateLinkServiceInner>, InnerSupportsListing<PrivateLinkServiceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibilityAsync(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> |
beginCheckPrivateLinkServiceVisibilityByResourceGroupAsync(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
beginCreateOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
beginCreateOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates an private link service in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serviceName)
Deletes the specified private link service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serviceName,
com.azure.core.util.Context context)
Deletes the specified private link service.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String serviceName)
Deletes the specified private link service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeletePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName)
Delete private end point connection for a private link service in a subscription.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeletePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName,
com.azure.core.util.Context context)
Delete private end point connection for a private link service in a subscription.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeletePrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName)
Delete private end point connection for a private link service in a subscription.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibility(String location)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service.
|
Mono<PrivateLinkServiceVisibilityInner> |
checkPrivateLinkServiceVisibilityAsync(String location)
Checks whether the subscription is visible to private link service.
|
Mono<PrivateLinkServiceVisibilityInner> |
checkPrivateLinkServiceVisibilityAsync(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName)
Checks whether the subscription is visible to private link service in the specified resource group.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
PrivateLinkServiceVisibilityInner |
checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service in the specified resource group.
|
Mono<PrivateLinkServiceVisibilityInner> |
checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location,
String resourceGroupName)
Checks whether the subscription is visible to private link service in the specified resource group.
|
Mono<PrivateLinkServiceVisibilityInner> |
checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
checkPrivateLinkServiceVisibilityByResourceGroupWithResponseAsync(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
checkPrivateLinkServiceVisibilityWithResponseAsync(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceInner |
createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
PrivateLinkServiceInner |
createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates an private link service in the specified resource group.
|
Mono<PrivateLinkServiceInner> |
createOrUpdateAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
void |
delete(String resourceGroupName,
String serviceName)
Deletes the specified private link service.
|
void |
delete(String resourceGroupName,
String serviceName,
com.azure.core.util.Context context)
Deletes the specified private link service.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serviceName)
Deletes the specified private link service.
|
void |
deletePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName)
Delete private end point connection for a private link service in a subscription.
|
void |
deletePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName,
com.azure.core.util.Context context)
Delete private end point connection for a private link service in a subscription.
|
Mono<Void> |
deletePrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName)
Delete private end point connection for a private link service in a subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deletePrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String serviceName,
String peConnectionName)
Delete private end point connection for a private link service in a subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serviceName)
Deletes the specified private link service.
|
PrivateLinkServiceInner |
getByResourceGroup(String resourceGroupName,
String serviceName)
Gets the specified private link service by resource group.
|
Mono<PrivateLinkServiceInner> |
getByResourceGroupAsync(String resourceGroupName,
String serviceName)
Gets the specified private link service by resource group.
|
Mono<PrivateLinkServiceInner> |
getByResourceGroupAsync(String resourceGroupName,
String serviceName,
String expand)
Gets the specified private link service by resource group.
|
com.azure.core.http.rest.Response<PrivateLinkServiceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String serviceName,
String expand,
com.azure.core.util.Context context)
Gets the specified private link service by resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkServiceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String serviceName,
String expand)
Gets the specified private link service by resource group.
|
PrivateEndpointConnectionInner |
getPrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName)
Get the specific private end point connection by specific private link service in the resource group.
|
Mono<PrivateEndpointConnectionInner> |
getPrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName)
Get the specific private end point connection by specific private link service in the resource group.
|
Mono<PrivateEndpointConnectionInner> |
getPrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
String expand)
Get the specific private end point connection by specific private link service in the resource group.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
getPrivateEndpointConnectionWithResponse(String resourceGroupName,
String serviceName,
String peConnectionName,
String expand,
com.azure.core.util.Context context)
Get the specific private end point connection by specific private link service in the resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
getPrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
String expand)
Get the specific private end point connection by specific private link service in the resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> |
list()
Gets all private link service in a subscription.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> |
list(com.azure.core.util.Context context)
Gets all private link service in a subscription.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkServiceInner> |
listAsync()
Gets all private link service in a subscription.
|
com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServices(String location)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServices(String location,
com.azure.core.util.Context context)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServicesAsync(String location)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServicesByResourceGroup(String location,
String resourceGroupName)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServicesByResourceGroup(String location,
String resourceGroupName,
com.azure.core.util.Context context)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> |
listAutoApprovedPrivateLinkServicesByResourceGroupAsync(String location,
String resourceGroupName)
Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this
subscription in this region.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> |
listByResourceGroup(String resourceGroupName)
Gets all private link services in a resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all private link services in a resource group.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkServiceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all private link services in a resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
listPrivateEndpointConnections(String resourceGroupName,
String serviceName)
Gets all private end point connections for a specific private link service.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
listPrivateEndpointConnections(String resourceGroupName,
String serviceName,
com.azure.core.util.Context context)
Gets all private end point connections for a specific private link service.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
listPrivateEndpointConnectionsAsync(String resourceGroupName,
String serviceName)
Gets all private end point connections for a specific private link service.
|
PrivateEndpointConnectionInner |
updatePrivateEndpointConnection(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
Mono<PrivateEndpointConnectionInner> |
updatePrivateEndpointConnectionAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
updatePrivateEndpointConnectionWithResponse(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Approve or reject private end point connection for a private link service in a subscription.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
updatePrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String serviceName,
String peConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject private end point connection for a private link service in a subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String serviceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serviceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateLinkServiceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String serviceName, String expand)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkServiceInner> getByResourceGroupAsync(String resourceGroupName, String serviceName, String expand)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkServiceInner> getByResourceGroupAsync(String resourceGroupName, String serviceName)
getByResourceGroupAsync in interface InnerSupportsGet<PrivateLinkServiceInner>resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkServiceInner getByResourceGroup(String resourceGroupName, String serviceName)
getByResourceGroup in interface InnerSupportsGet<PrivateLinkServiceInner>resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateLinkServiceInner> getByResourceGroupWithResponse(String resourceGroupName, String serviceName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkServiceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkServiceInner createOrUpdate(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkServiceInner createOrUpdate(String resourceGroupName, String serviceName, PrivateLinkServiceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.parameters - Parameters supplied to the create or update private link service operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PrivateLinkServiceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<PrivateLinkServiceInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<PrivateLinkServiceInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PrivateLinkServiceInner> listAsync()
listAsync in interface InnerSupportsListing<PrivateLinkServiceInner>ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> list()
list in interface InnerSupportsListing<PrivateLinkServiceInner>ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateLinkServiceInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> getPrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String serviceName, String peConnectionName, String expand)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionInner> getPrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName, String expand)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.expand - Expands referenced resources.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionInner> getPrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionInner getPrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> getPrivateEndpointConnectionWithResponse(String resourceGroupName, String serviceName, String peConnectionName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.expand - Expands referenced resources.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> updatePrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String serviceName, String peConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.parameters - Parameters supplied to approve or reject the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionInner> updatePrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.parameters - Parameters supplied to approve or reject the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionInner updatePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.parameters - Parameters supplied to approve or reject the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> updatePrivateEndpointConnectionWithResponse(String resourceGroupName, String serviceName, String peConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.parameters - Parameters supplied to approve or reject the private end point connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deletePrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeletePrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeletePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeletePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deletePrivateEndpointConnectionAsync(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePrivateEndpointConnection(String resourceGroupName, String serviceName, String peConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.peConnectionName - The name of the private end point connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> listPrivateEndpointConnectionsAsync(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> listPrivateEndpointConnections(String resourceGroupName, String serviceName)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> listPrivateEndpointConnections(String resourceGroupName, String serviceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceName - The name of the private link service.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> checkPrivateLinkServiceVisibilityWithResponseAsync(String location, String privateLinkServiceAlias)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibilityAsync(String location, String privateLinkServiceAlias)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibility(String location, String privateLinkServiceAlias)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibility(String location, String privateLinkServiceAlias, com.azure.core.util.Context context)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.context - The context to associate with this operation.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.Mono<PrivateLinkServiceVisibilityInner> checkPrivateLinkServiceVisibilityAsync(String location, String privateLinkServiceAlias)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.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.Mono<PrivateLinkServiceVisibilityInner> checkPrivateLinkServiceVisibilityAsync(String location)
location - The location of the domain name.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibility(String location, String privateLinkServiceAlias)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibility(String location)
location - The location of the domain name.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibility(String location, String privateLinkServiceAlias, com.azure.core.util.Context context)
location - The location of the domain name.privateLinkServiceAlias - The alias of the private link service.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> checkPrivateLinkServiceVisibilityByResourceGroupWithResponseAsync(String location, String resourceGroupName, String privateLinkServiceAlias)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName, String privateLinkServiceAlias)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, String privateLinkServiceAlias)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>,PrivateLinkServiceVisibilityInner> beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, String privateLinkServiceAlias, com.azure.core.util.Context context)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.context - The context to associate with this operation.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.Mono<PrivateLinkServiceVisibilityInner> checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName, String privateLinkServiceAlias)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.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.Mono<PrivateLinkServiceVisibilityInner> checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName)
location - The location of the domain name.resourceGroupName - The name of the resource group.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, String privateLinkServiceAlias)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName)
location - The location of the domain name.resourceGroupName - The name of the resource group.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.PrivateLinkServiceVisibilityInner checkPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, String privateLinkServiceAlias, com.azure.core.util.Context context)
location - The location of the domain name.resourceGroupName - The name of the resource group.privateLinkServiceAlias - The alias of the private link service.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServicesAsync(String location)
location - The location of the domain name.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.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServices(String location)
location - The location of the domain name.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.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServices(String location, com.azure.core.util.Context context)
location - The location of the domain name.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServicesByResourceGroupAsync(String location, String resourceGroupName)
location - The location of the domain name.resourceGroupName - The name of the resource group.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.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServicesByResourceGroup(String location, String resourceGroupName)
location - The location of the domain name.resourceGroupName - The name of the resource group.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.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> listAutoApprovedPrivateLinkServicesByResourceGroup(String location, String resourceGroupName, com.azure.core.util.Context context)
location - The location of the domain name.resourceGroupName - The name of the resource group.context - The context to associate with this operation.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.Copyright © 2021 Microsoft Corporation. All rights reserved.