ChaosCapabilityTypeData Class

Definition

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

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

Constructors

ChaosCapabilityTypeData()

Initializes a new instance of ChaosCapabilityTypeData.

Properties

AzureRbacActions

Control plane actions necessary to execute capability type.

AzureRbacDataActions

Data plane actions necessary to execute capability type.

Description

Localized string of the description.

DisplayName

Localized string of the display name.

Id

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

(Inherited from ResourceData)
Kind

String of the kind of this Capability Type.

Location

Location of the Capability Type resource.

Name

The name of the resource.

(Inherited from ResourceData)
ParametersSchema

URL to retrieve JSON schema of the Capability Type parameters.

Publisher

String of the Publisher that this Capability Type extends.

ResourceType

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

(Inherited from ResourceData)
RuntimeKind

String of the kind of the resource's action type (continuous or discrete).

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TargetType

String of the Target Type that this Capability Type extends.

Urn

String of the URN for this Capability Type.

Explicit Interface Implementations

IJsonModel<ChaosCapabilityTypeData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ChaosCapabilityTypeData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosCapabilityTypeData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosCapabilityTypeData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ChaosCapabilityTypeData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to