NetworkProfilesOperationsExtensions Class

Definition

Extension methods for NetworkProfilesOperations.

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

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