ICustomRpValidations Interface

Definition

[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)

Applies to