Freigeben über


INetworkProfilesOperations Interface

Definition

NetworkProfilesOperations operations.

public interface INetworkProfilesOperations
type INetworkProfilesOperations = interface
Public Interface INetworkProfilesOperations

Methods

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

Deletes the specified network profile.

CreateOrUpdateWithHttpMessagesAsync(String, String, NetworkProfile, 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, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates network profile tags.

Extension Methods

Name Description
BeginDelete(INetworkProfilesOperations, String, String)

Deletes the specified network profile.

BeginDeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Deletes the specified network profile.

CreateOrUpdate(INetworkProfilesOperations, String, String, NetworkProfile)

Creates or updates a network profile.

CreateOrUpdateAsync(INetworkProfilesOperations, String, String, NetworkProfile, CancellationToken)

Creates or updates a network profile.

Delete(INetworkProfilesOperations, String, String)

Deletes the specified network profile.

DeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Deletes the specified network profile.

Get(INetworkProfilesOperations, String, String, String)

Gets the specified network profile in a specified resource group.

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

Gets the specified network profile in a specified resource group.

List(INetworkProfilesOperations, String)

Gets all network profiles in a resource group.

ListAll(INetworkProfilesOperations)

Gets all the network profiles in a subscription.

ListAllAsync(INetworkProfilesOperations, CancellationToken)

Gets all the network profiles in a subscription.

ListAllNext(INetworkProfilesOperations, String)

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.

ListNext(INetworkProfilesOperations, String)

Gets all network profiles in a resource group.

ListNextAsync(INetworkProfilesOperations, String, CancellationToken)

Gets all network profiles in a resource group.

UpdateTags(INetworkProfilesOperations, String, String, TagsObject)

Updates network profile tags.

UpdateTagsAsync(INetworkProfilesOperations, String, String, TagsObject, CancellationToken)

Updates network profile tags.

Applies to