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