Freigeben über


NetworkExperimentProfiles interface

Schnittstelle, die ein NetworkExperimentProfiles darstellt.

Methoden

beginCreateOrUpdate(string, string, Profile, NetworkExperimentProfilesCreateOrUpdateOptionalParams)

Erstellt ein NetworkExperiment-Profil

beginCreateOrUpdateAndWait(string, string, Profile, NetworkExperimentProfilesCreateOrUpdateOptionalParams)

Erstellt ein NetworkExperiment-Profil

beginDelete(string, string, NetworkExperimentProfilesDeleteOptionalParams)

Löscht ein NetworkExperiment-Profil nach ProfileName

beginDeleteAndWait(string, string, NetworkExperimentProfilesDeleteOptionalParams)

Löscht ein NetworkExperiment-Profil nach ProfileName

beginUpdate(string, string, ProfileUpdateModel, NetworkExperimentProfilesUpdateOptionalParams)

Aktualisierungen eines NetworkExperimentProfiles

beginUpdateAndWait(string, string, ProfileUpdateModel, NetworkExperimentProfilesUpdateOptionalParams)

Aktualisierungen eines NetworkExperimentProfiles

get(string, string, NetworkExperimentProfilesGetOptionalParams)

Ruft ein NetworkExperiment-Profil nach ProfileName ab.

list(NetworkExperimentProfilesListOptionalParams)

Ruft eine Liste der Netzwerkexperimentsprofile unter einem Abonnement ab.

listByResourceGroup(string, NetworkExperimentProfilesListByResourceGroupOptionalParams)

Ruft eine Liste von Netzwerkexperimentsprofilen innerhalb einer Ressourcengruppe unter einem Abonnement ab.

Details zur Methode

beginCreateOrUpdate(string, string, Profile, NetworkExperimentProfilesCreateOrUpdateOptionalParams)

Erstellt ein NetworkExperiment-Profil

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

Parameter

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

parameters
Profile

Netzwerkexperimentsprofil

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<Profile>, Profile>>

beginCreateOrUpdateAndWait(string, string, Profile, NetworkExperimentProfilesCreateOrUpdateOptionalParams)

Erstellt ein NetworkExperiment-Profil

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

Parameter

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

parameters
Profile

Netzwerkexperimentsprofil

Gibt zurück

Promise<Profile>

beginDelete(string, string, NetworkExperimentProfilesDeleteOptionalParams)

Löscht ein NetworkExperiment-Profil nach ProfileName

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

options
NetworkExperimentProfilesDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, NetworkExperimentProfilesDeleteOptionalParams)

Löscht ein NetworkExperiment-Profil nach ProfileName

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

options
NetworkExperimentProfilesDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

beginUpdate(string, string, ProfileUpdateModel, NetworkExperimentProfilesUpdateOptionalParams)

Aktualisierungen eines NetworkExperimentProfiles

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

parameters
ProfileUpdateModel

Das Profilupdatemodell

options
NetworkExperimentProfilesUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<Profile>, Profile>>

beginUpdateAndWait(string, string, ProfileUpdateModel, NetworkExperimentProfilesUpdateOptionalParams)

Aktualisierungen eines NetworkExperimentProfiles

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

parameters
ProfileUpdateModel

Das Profilupdatemodell

options
NetworkExperimentProfilesUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Profile>

get(string, string, NetworkExperimentProfilesGetOptionalParams)

Ruft ein NetworkExperiment-Profil nach ProfileName ab.

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName

string

Der Dem Mandanten und Partner zugeordnete Profilbezeichner

options
NetworkExperimentProfilesGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Profile>

list(NetworkExperimentProfilesListOptionalParams)

Ruft eine Liste der Netzwerkexperimentsprofile unter einem Abonnement ab.

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

Parameter

options
NetworkExperimentProfilesListOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, NetworkExperimentProfilesListByResourceGroupOptionalParams)

Ruft eine Liste von Netzwerkexperimentsprofilen innerhalb einer Ressourcengruppe unter einem Abonnement ab.

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

Parameter

resourceGroupName

string

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

Gibt zurück