ChaosIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ChaosIdentityTypeConverter))]
public class ChaosIdentity : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IChaosIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ChaosIdentityTypeConverter))>]
type ChaosIdentity = class
    interface IChaosIdentity
    interface IJsonSerializable
Public Class ChaosIdentity
Implements IChaosIdentity
Inheritance
ChaosIdentity
Attributes
Implements

Constructors

Name Description
ChaosIdentity()

Creates an new ChaosIdentity instance.

Properties

Name Description
AsyncOperationId

The operation Id.

CapabilityName

String that represents a Capability resource name.

CapabilityTypeName

String that represents a Capability Type resource name.

ExecutionId

GUID that represents a Experiment execution detail.

ExperimentName

String that represents a Experiment resource name.

Id

Resource identity path

Location

The name of the Azure region.

LocationName

String that represents a Location resource name.

ParentProviderNamespace

String that represents a resource provider namespace.

ParentResourceName

String that represents a resource name.

ParentResourceType

String that represents a resource type.

ResourceGroupName

String that represents an Azure resource group.

SubscriptionId

GUID that represents an Azure subscription ID.

TargetName

String that represents a Target resource name.

TargetTypeName

String that represents a Target Type resource name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChaosIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChaosIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IChaosIdentity.

FromJsonString(String)

Creates a new instance of ChaosIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChaosIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to