ChaosCapabilityData Class

Definition

A class representing the ChaosCapability data model. Model that represents a Capability resource.

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

Constructors

ChaosCapabilityData()

Initializes a new instance of ChaosCapabilityData.

Properties

Description

Localized string of the 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)
ParametersSchema

URL to retrieve JSON schema of the Capability parameters.

Publisher

String of the Publisher that this Capability extends.

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)
TargetType

String of the Target Type that this Capability extends.

Urn

String of the URN for this Capability Type.

Explicit Interface Implementations

IJsonModel<ChaosCapabilityData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ChaosCapabilityData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosCapabilityData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosCapabilityData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ChaosCapabilityData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to