ICustomRpValidations 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.CustomProviders.Models.Api20180901Preview.CustomRpValidationsTypeConverter))]
public interface ICustomRpValidations : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpValidationsTypeConverter))>]
type ICustomRpValidations = interface
interface IJsonSerializable
Public Interface ICustomRpValidations
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Specification |
A link to the validation specification. The specification must be hosted on raw.githubusercontent.com. |
ValidationType |
The type of validation to run against a matching request. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |