NetworkProfilesOperationsExtensions Class

Definition

Extension methods for NetworkProfilesOperations.

public static class NetworkProfilesOperationsExtensions
type NetworkProfilesOperationsExtensions = class
Public Module NetworkProfilesOperationsExtensions
Inheritance
NetworkProfilesOperationsExtensions

Methods

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