CustomRpValidations 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.
A validation to apply on custom resource provider requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpValidationsTypeConverter))]
public class CustomRpValidations : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpValidationsTypeConverter))>]
type CustomRpValidations = class
interface ICustomRpValidations
interface IJsonSerializable
Public Class CustomRpValidations
Implements ICustomRpValidations
- Inheritance
-
CustomRpValidations
- Attributes
- Implements
Constructors
CustomRpValidations() |
Creates an new CustomRpValidations instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomRpValidations. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomRpValidations. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations. |
FromJsonString(String) |
Creates a new instance of CustomRpValidations, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomRpValidations into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |