ChaosScenarioData Class

Definition

Model that represents the scenario.

public class ChaosScenarioData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.ChaosScenarioData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.ChaosScenarioData>
type ChaosScenarioData = class
    inherit ResourceData
    interface IJsonModel<ChaosScenarioData>
    interface IPersistableModel<ChaosScenarioData>
Public Class ChaosScenarioData
Inherits ResourceData
Implements IJsonModel(Of ChaosScenarioData), IPersistableModel(Of ChaosScenarioData)
Inheritance
ChaosScenarioData
Implements

Constructors

Name Description
ChaosScenarioData()

Initializes a new instance of ChaosScenarioData.

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

The properties of scenario.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ChaosScenarioData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ChaosScenarioData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ChaosScenarioData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ChaosScenarioData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ChaosScenarioData>.Write(ModelReaderWriterOptions)

Applies to