Experiment Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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.
Valeur booléenne qui indique si l’expérience doit être démarrée lors de la création ou non.
S’applique à
Azure SDK for .NET