NetworkExperimentProfiles interface
Schnittstelle, die ein NetworkExperimentProfiles darstellt.
Methoden
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
Die Optionsparameter.
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
Die Optionsparameter.
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
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
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
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
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
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
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.
Die Optionsparameter.