CustomIpPrefixesClient Interface
Implements
public interface CustomIpPrefixesClient
extends InnerSupportsGet<CustomIpPrefixInner>, InnerSupportsListing<CustomIpPrefixInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in CustomIpPrefixesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String customIpPrefixName)
Deletes the specified custom IP prefix.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String customIpPrefixName, Context context)
Deletes the specified custom IP prefix.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String customIpPrefixName)
Deletes the specified custom IP prefix.
Parameters:
Returns:
createOrUpdate
public abstract CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
Parameters:
Returns:
createOrUpdate
public abstract CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)
Creates or updates a custom IP prefix.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<CustomIpPrefixInner> createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String customIpPrefixName)
Deletes the specified custom IP prefix.
Parameters:
delete
public abstract void delete(String resourceGroupName, String customIpPrefixName, Context context)
Deletes the specified custom IP prefix.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String customIpPrefixName)
Deletes the specified custom IP prefix.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String customIpPrefixName)
Deletes the specified custom IP prefix.
Parameters:
Returns:
getByResourceGroup
public abstract CustomIpPrefixInner getByResourceGroup(String resourceGroupName, String customIpPrefixName)
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<CustomIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<CustomIpPrefixInner> getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, Context context)
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<CustomIpPrefixInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
list
public abstract PagedIterable<CustomIpPrefixInner> list()
Gets all the custom IP prefixes in a subscription.
Returns:
list
public abstract PagedIterable<CustomIpPrefixInner> list(Context context)
Gets all the custom IP prefixes in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<CustomIpPrefixInner> listAsync()
Gets all the custom IP prefixes in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<CustomIpPrefixInner> listByResourceGroup(String resourceGroupName)
Gets all custom IP prefixes in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<CustomIpPrefixInner> listByResourceGroup(String resourceGroupName, Context context)
Gets all custom IP prefixes in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<CustomIpPrefixInner> listByResourceGroupAsync(String resourceGroupName)
Gets all custom IP prefixes in a resource group.
Parameters:
Returns:
updateTags
public abstract CustomIpPrefixInner updateTags(String resourceGroupName, String customIpPrefixName, TagsObject parameters)
Updates custom IP prefix tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<CustomIpPrefixInner> updateTagsAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)
Updates custom IP prefix tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<CustomIpPrefixInner> updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, TagsObject parameters, Context context)
Updates custom IP prefix tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<CustomIpPrefixInner>> updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)
Updates custom IP prefix tags.
Parameters:
Returns: