CapabilityType Class

Definition

Model that represents a Capability Type resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityTypeTypeConverter))]
public class CapabilityType : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityType, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityTypeTypeConverter))>]
type CapabilityType = class
    interface ICapabilityType
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class CapabilityType
Implements ICapabilityType, IValidates
Inheritance
CapabilityType
Attributes
Implements

Constructors

Name Description
CapabilityType()

Creates an new CapabilityType instance.

Properties

Name Description
AzureRbacAction

Control plane actions necessary to execute capability type.

AzureRbacDataAction

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}

Kind

String of the kind of this Capability Type.

Location

Location of the Capability Type resource.

Name

The name of the resource

ParametersSchema

URL to retrieve JSON schema of the Capability Type parameters.

Publisher

String of the Publisher that this Capability Type extends.

ResourceGroupName

Gets the resource group name

RuntimePropertyKind

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

TargetType

String of the Target Type that this Capability Type extends.

Type

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

Urn

String of the URN for this Capability Type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CapabilityType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CapabilityType.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CapabilityType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to