ArmChaosModelFactory.ChaosExperimentPatch Method

Definition

Describes an experiment update.

public static Azure.ResourceManager.Chaos.Models.ChaosExperimentPatch ChaosExperimentPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ChaosExperimentPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.Chaos.Models.ChaosExperimentPatch
Public Shared Function ChaosExperimentPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As ChaosExperimentPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new ChaosExperimentPatch instance for mocking.

Applies to