INetworkProfilesOperations Interface

Definition

NetworkProfilesOperations operations.

public interface INetworkProfilesOperations
type INetworkProfilesOperations = interface
Public Interface INetworkProfilesOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified network profile.

CreateOrUpdateWithHttpMessagesAsync(String, String, NetworkProfileInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a network profile.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified network profile.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified network profile in a specified resource group.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the network profiles in a subscription.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all the network profiles in a subscription.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all network profiles in a resource group.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all network profiles in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates network profile tags.

Extension Methods

BeginDeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Deletes the specified network profile.

CreateOrUpdateAsync(INetworkProfilesOperations, String, String, NetworkProfileInner, CancellationToken)

Creates or updates a network profile.

DeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Deletes the specified network profile.

GetAsync(INetworkProfilesOperations, String, String, String, CancellationToken)

Gets the specified network profile in a specified resource group.

ListAllAsync(INetworkProfilesOperations, CancellationToken)

Gets all the network profiles in a subscription.

ListAllNextAsync(INetworkProfilesOperations, String, CancellationToken)

Gets all the network profiles in a subscription.

ListAsync(INetworkProfilesOperations, String, CancellationToken)

Gets all network profiles in a resource group.

ListNextAsync(INetworkProfilesOperations, String, CancellationToken)

Gets all network profiles in a resource group.

UpdateTagsAsync(INetworkProfilesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates network profile tags.

Applies to