Compartilhar via


NetworkExperimentProfilesOperationsExtensions Class

Definition

Extension methods for NetworkExperimentProfilesOperations

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

Methods

BeginCreateOrUpdate(INetworkExperimentProfilesOperations, String, String, Profile)

Creates an NetworkExperiment Profile

BeginCreateOrUpdateAsync(INetworkExperimentProfilesOperations, String, String, Profile, CancellationToken)

Creates an NetworkExperiment Profile

BeginDelete(INetworkExperimentProfilesOperations, String, String)

Deletes an NetworkExperiment Profile by ProfileName

BeginDeleteAsync(INetworkExperimentProfilesOperations, String, String, CancellationToken)

Deletes an NetworkExperiment Profile by ProfileName

BeginUpdate(INetworkExperimentProfilesOperations, String, String, ProfileUpdateModel)

Updates an NetworkExperimentProfiles

BeginUpdateAsync(INetworkExperimentProfilesOperations, String, String, ProfileUpdateModel, CancellationToken)

Updates an NetworkExperimentProfiles

CreateOrUpdate(INetworkExperimentProfilesOperations, String, String, Profile)

Creates an NetworkExperiment Profile

CreateOrUpdateAsync(INetworkExperimentProfilesOperations, String, String, Profile, CancellationToken)

Creates an NetworkExperiment Profile

Delete(INetworkExperimentProfilesOperations, String, String)

Deletes an NetworkExperiment Profile by ProfileName

DeleteAsync(INetworkExperimentProfilesOperations, String, String, CancellationToken)

Deletes an NetworkExperiment Profile by ProfileName

Get(INetworkExperimentProfilesOperations, String, String)

Gets an NetworkExperiment Profile by ProfileName

GetAsync(INetworkExperimentProfilesOperations, String, String, CancellationToken)

Gets an NetworkExperiment Profile by ProfileName

List(INetworkExperimentProfilesOperations)

Gets a list of Network Experiment Profiles under a subscription

ListAsync(INetworkExperimentProfilesOperations, CancellationToken)

Gets a list of Network Experiment Profiles under a subscription

ListByResourceGroup(INetworkExperimentProfilesOperations, String)

Gets a list of Network Experiment Profiles within a resource group under a subscription

ListByResourceGroupAsync(INetworkExperimentProfilesOperations, String, CancellationToken)

Gets a list of Network Experiment Profiles within a resource group under a subscription

ListByResourceGroupNext(INetworkExperimentProfilesOperations, String)

Gets a list of Network Experiment Profiles within a resource group under a subscription

ListByResourceGroupNextAsync(INetworkExperimentProfilesOperations, String, CancellationToken)

Gets a list of Network Experiment Profiles within a resource group under a subscription

ListNext(INetworkExperimentProfilesOperations, String)

Gets a list of Network Experiment Profiles under a subscription

ListNextAsync(INetworkExperimentProfilesOperations, String, CancellationToken)

Gets a list of Network Experiment Profiles under a subscription

Update(INetworkExperimentProfilesOperations, String, String, ProfileUpdateModel)

Updates an NetworkExperimentProfiles

UpdateAsync(INetworkExperimentProfilesOperations, String, String, ProfileUpdateModel, CancellationToken)

Updates an NetworkExperimentProfiles

Applies to