NetworkExperimentProfilesOperations interface

Interface representing a NetworkExperimentProfiles operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Creates an NetworkExperiment Profile

delete

Deletes an NetworkExperiment Profile by ProfileName

get

Gets an NetworkExperiment Profile by ProfileName

list

Gets a list of Network Experiment Profiles under a subscription

listByResourceGroup

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

update

Updates an NetworkExperimentProfiles

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

Property Value

(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => Promise<Profile>

Property Value

(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => Promise<Profile>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

Property Value

(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => Promise<Profile>

Property Value

(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => Promise<Profile>

createOrUpdate

Creates an NetworkExperiment Profile

createOrUpdate: (profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

Property Value

(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

delete

Deletes an NetworkExperiment Profile by ProfileName

delete: (resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets an NetworkExperiment Profile by ProfileName

get: (resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesGetOptionalParams) => Promise<Profile>

Property Value

(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesGetOptionalParams) => Promise<Profile>

list

Gets a list of Network Experiment Profiles under a subscription

list: (options?: NetworkExperimentProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

Property Value

(options?: NetworkExperimentProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

listByResourceGroup

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

listByResourceGroup: (resourceGroupName: string, options?: NetworkExperimentProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

Property Value

(resourceGroupName: string, options?: NetworkExperimentProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

update

Updates an NetworkExperimentProfiles

update: (resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

Property Value

(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>