ICapabilityProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |