Partager via


Experiment Constructeurs

Définition

Surcharges

Experiment()

Initialise une nouvelle instance de la classe Experiment.

Experiment(String, IList<Step>, IList<Selector>, String, String, String, IDictionary<String,String>, SystemData, ResourceIdentity, Nullable<Boolean>)

Initialise une nouvelle instance de la classe Experiment.

Experiment()

Initialise une nouvelle instance de la classe Experiment.

public Experiment ();
Public Sub New ()

S’applique à

Experiment(String, IList<Step>, IList<Selector>, String, String, String, IDictionary<String,String>, SystemData, ResourceIdentity, Nullable<Boolean>)

Initialise une nouvelle instance de la classe Experiment.

public Experiment (string location, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Step> steps, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Selector> selectors, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Chaos.Models.SystemData systemData = default, Microsoft.Azure.Management.Chaos.Models.ResourceIdentity identity = default, bool? startOnCreation = default);
new Microsoft.Azure.Management.Chaos.Models.Experiment : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Step> * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Selector> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Chaos.Models.SystemData * Microsoft.Azure.Management.Chaos.Models.ResourceIdentity * Nullable<bool> -> Microsoft.Azure.Management.Chaos.Models.Experiment
Public Sub New (location As String, steps As IList(Of Step), selectors As IList(Of Selector), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional identity As ResourceIdentity = Nothing, Optional startOnCreation As Nullable(Of Boolean) = Nothing)

Paramètres

location
String

Emplacement géographique où réside la ressource

steps
IList<Step>

Liste des étapes.

selectors
IList<Selector>

Liste des sélecteurs.

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

tags
IDictionary<String,String>

Balises de ressource.

systemData
SystemData

Métadonnées système de la ressource d’expérience.

identity
ResourceIdentity

Identité de la ressource d’expérience.

startOnCreation
Nullable<Boolean>

Valeur booléenne qui indique si l’expérience doit être démarrée lors de la création ou non.

S’applique à