ITargetTypeProperties 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.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) |