IExperimentUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentUpdateTypeConverter))]
public interface IExperimentUpdate : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ExperimentUpdateTypeConverter))>]
type IExperimentUpdate = interface
    interface IJsonSerializable
Public Interface IExperimentUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to