ICapabilityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityPropertiesTypeConverter))]
public interface ICapabilityProperties : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityPropertiesTypeConverter))>]
type ICapabilityProperties = interface
    interface IJsonSerializable
Public Interface ICapabilityProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Description

Localized string of the description.

ParametersSchema

URL to retrieve JSON schema of the Capability parameters.

Publisher

String of the Publisher that this Capability extends.

TargetType

String of the Target Type that this Capability extends.

Urn

String of the URN for this Capability Type.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to