Experiment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model that represents a Experiment resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Experiment : Microsoft.Azure.Management.Chaos.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Experiment = class
inherit TrackedResource
Public Class Experiment
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Experiment() |
Initializes a new instance of the Experiment class. |
Experiment(String, IList<Step>, IList<Selector>, String, String, String, IDictionary<String,String>, SystemData, ResourceIdentity, Nullable<Boolean>) |
Initializes a new instance of the Experiment class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Identity |
Gets or sets the identity of the experiment resource. |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Selectors |
Gets or sets list of selectors. |
StartOnCreation |
Gets or sets a boolean value that indicates if experiment should be started on creation or not. |
Steps |
Gets or sets list of steps. |
SystemData |
Gets the system metadata of the experiment resource. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET