ITargetTypeProperties Interface

Definition

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

Properties

Name Description
Description

Localized string of the description.

DisplayName

Localized string of the display name.

PropertiesSchema

URL to retrieve JSON schema of the Target Type properties.

ResourceType

List of resource types this Target Type can extend.

Methods

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

Applies to