ExperimentUpdate 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.
Describes an experiment update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentUpdateTypeConverter))]
public class ExperimentUpdate : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentUpdateTypeConverter))>]
type ExperimentUpdate = class
interface IExperimentUpdate
interface IJsonSerializable
Public Class ExperimentUpdate
Implements IExperimentUpdate
- Inheritance
-
ExperimentUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExperimentUpdate() |
Creates an new ExperimentUpdate instance. |
Properties
| Name | Description |
|---|---|
| IdentityPrincipalId |
GUID that represents the principal ID of this resource identity. |
| IdentityTenantId |
GUID that represents the tenant ID of this resource identity. |
| IdentityType |
String of the resource identity type. |
| IdentityUserAssignedIdentity |
The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
| Tag |
The tags of the experiment resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExperimentUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExperimentUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentUpdate. |
| FromJsonString(String) |
Creates a new instance of ExperimentUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExperimentUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |