CapabilityTypePropertiesRuntimeProperties Class
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.
Runtime properties of this Capability Type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityTypePropertiesRuntimePropertiesTypeConverter))]
public class CapabilityTypePropertiesRuntimeProperties : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityTypePropertiesRuntimeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityTypePropertiesRuntimePropertiesTypeConverter))>]
type CapabilityTypePropertiesRuntimeProperties = class
interface ICapabilityTypePropertiesRuntimeProperties
interface IJsonSerializable
Public Class CapabilityTypePropertiesRuntimeProperties
Implements ICapabilityTypePropertiesRuntimeProperties
- Inheritance
-
CapabilityTypePropertiesRuntimeProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CapabilityTypePropertiesRuntimeProperties() |
Creates an new CapabilityTypePropertiesRuntimeProperties instance. |
Properties
| Name | Description |
|---|---|
| Kind |
String of the kind of the resource's action type (continuous or discrete). |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CapabilityTypePropertiesRuntimeProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CapabilityTypePropertiesRuntimeProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityTypePropertiesRuntimeProperties. |
| FromJsonString(String) |
Creates a new instance of CapabilityTypePropertiesRuntimeProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CapabilityTypePropertiesRuntimeProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |