PrivateEndpointsClient Interface
Implements
public interface PrivateEndpointsClient
extends InnerSupportsGet<PrivateEndpointInner>, InnerSupportsListing<PrivateEndpointInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in PrivateEndpointsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters, Context context)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<PrivateEndpointInner>,PrivateEndpointInner> beginCreateOrUpdateAsync(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateEndpointName)
Deletes the specified private endpoint.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateEndpointName, Context context)
Deletes the specified private endpoint.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String privateEndpointName)
Deletes the specified private endpoint.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointInner createOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointInner createOrUpdate(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters, Context context)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<PrivateEndpointInner> createOrUpdateAsync(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String privateEndpointName, PrivateEndpointInner parameters)
Creates or updates an private endpoint in the specified resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String privateEndpointName)
Deletes the specified private endpoint.
Parameters:
delete
public abstract void delete(String resourceGroupName, String privateEndpointName, Context context)
Deletes the specified private endpoint.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String privateEndpointName)
Deletes the specified private endpoint.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String privateEndpointName)
Deletes the specified private endpoint.
Parameters:
Returns:
getByResourceGroup
public abstract PrivateEndpointInner getByResourceGroup(String resourceGroupName, String privateEndpointName)
Gets the specified private endpoint by resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<PrivateEndpointInner> getByResourceGroupAsync(String resourceGroupName, String privateEndpointName)
Gets the specified private endpoint by resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<PrivateEndpointInner> getByResourceGroupWithResponse(String resourceGroupName, String privateEndpointName, String expand, Context context)
Gets the specified private endpoint by resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<PrivateEndpointInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String privateEndpointName, String expand)
Gets the specified private endpoint by resource group.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointInner> list()
Gets all private endpoints in a subscription.
Returns:
list
public abstract PagedIterable<PrivateEndpointInner> list(Context context)
Gets all private endpoints in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<PrivateEndpointInner> listAsync()
Gets all private endpoints in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<PrivateEndpointInner> listByResourceGroup(String resourceGroupName)
Gets all private endpoints in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<PrivateEndpointInner> listByResourceGroup(String resourceGroupName, Context context)
Gets all private endpoints in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<PrivateEndpointInner> listByResourceGroupAsync(String resourceGroupName)
Gets all private endpoints in a resource group.
Parameters:
Returns: