public interface PrivateEndpointsClient extends InnerSupportsGet<PrivateEndpointInner>, InnerSupportsListing<PrivateEndpointInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters,
com.azure.core.util.Context context)
Creates or updates an private endpoint in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointInner>,PrivateEndpointInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String privateEndpointName)
Deletes the specified private endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String privateEndpointName,
com.azure.core.util.Context context)
Deletes the specified private endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String privateEndpointName)
Deletes the specified private endpoint.
|
PrivateEndpointInner |
createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
PrivateEndpointInner |
createOrUpdate(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters,
com.azure.core.util.Context context)
Creates or updates an private endpoint in the specified resource group.
|
Mono<PrivateEndpointInner> |
createOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String privateEndpointName,
PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
|
void |
delete(String resourceGroupName,
String privateEndpointName)
Deletes the specified private endpoint.
|
void |
delete(String resourceGroupName,
String privateEndpointName,
com.azure.core.util.Context context)
Deletes the specified private endpoint.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateEndpointName)
Deletes the specified private endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String privateEndpointName)
Deletes the specified private endpoint.
|
PrivateEndpointInner |
getByResourceGroup(String resourceGroupName,
String privateEndpointName)
Gets the specified private endpoint by resource group.
|
Mono<PrivateEndpointInner> |
getByResourceGroupAsync(String resourceGroupName,
String privateEndpointName)
Gets the specified private endpoint by resource group.
|
Mono<PrivateEndpointInner> |
getByResourceGroupAsync(String resourceGroupName,
String privateEndpointName,
String expand)
Gets the specified private endpoint by resource group.
|
com.azure.core.http.rest.Response<PrivateEndpointInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String privateEndpointName,
String expand,
com.azure.core.util.Context context)
Gets the specified private endpoint by resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String privateEndpointName,
String expand)
Gets the specified private endpoint by resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointInner> |
list()
Gets all private endpoints in a subscription.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointInner> |
list(com.azure.core.util.Context context)
Gets all private endpoints in a subscription.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointInner> |
listAsync()
Gets all private endpoints in a subscription.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointInner> |
listByResourceGroup(String resourceGroupName)
Gets all private endpoints in a resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all private endpoints in a resource group.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all private endpoints in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String privateEndpointName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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<PrivateEndpointInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String privateEndpointName, String expand)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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<PrivateEndpointInner> getByResourceGroupAsync(String resourceGroupName, String privateEndpointName, String expand)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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<PrivateEndpointInner> getByResourceGroupAsync(String resourceGroupName, String privateEndpointName)
getByResourceGroupAsync in interface InnerSupportsGet<PrivateEndpointInner>resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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.PrivateEndpointInner getByResourceGroup(String resourceGroupName, String privateEndpointName)
getByResourceGroup in interface InnerSupportsGet<PrivateEndpointInner>resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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<PrivateEndpointInner> getByResourceGroupWithResponse(String resourceGroupName, String privateEndpointName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.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 privateEndpointName, PrivateEndpointInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdateAsync(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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<PrivateEndpointInner> createOrUpdateAsync(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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.PrivateEndpointInner createOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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.PrivateEndpointInner createOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.parameters - Parameters supplied to the create or update private endpoint 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<PrivateEndpointInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<PrivateEndpointInner>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<PrivateEndpointInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<PrivateEndpointInner>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<PrivateEndpointInner> 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<PrivateEndpointInner> listAsync()
listAsync in interface InnerSupportsListing<PrivateEndpointInner>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<PrivateEndpointInner> list()
list in interface InnerSupportsListing<PrivateEndpointInner>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<PrivateEndpointInner> 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.Copyright © 2021 Microsoft Corporation. All rights reserved.