CustomRPValidations Class

A validation to apply on custom resource provider requests.

All required parameters must be populated in order to send to Azure.

Inheritance
CustomRPValidations

Constructor

CustomRPValidations(*, specification: str, validation_type: Optional[Union[str, azure.mgmt.customproviders.models._customproviders_enums.ValidationType]] = None, **kwargs)

Parameters

validation_type
str or ValidationType
Required

The type of validation to run against a matching request. Possible values include: "Swagger".

specification
str
Required

Required. A link to the validation specification. The specification must be hosted on raw.githubusercontent.com.