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