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
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a custom IP prefix.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified custom IP prefix.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified custom IP prefix.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates a custom IP prefix.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified custom IP prefix.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified custom IP prefix in a specified resource group.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the custom IP prefixes in a subscription.
Returns:
list
public abstract PagedIterable
Gets all the custom IP prefixes in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the custom IP prefixes in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all custom IP prefixes in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all custom IP prefixes in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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
Updates custom IP prefix tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates custom IP prefix tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates custom IP prefix tags.
Parameters:
Returns:
Applies to
Azure SDK for Java