ValidationInputDiscriminator Enum
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.
Defines values for ValidationInputDiscriminator.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ValidationInputDiscriminator
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ValidationInputDiscriminator =
Public Enum ValidationInputDiscriminator
- Inheritance
-
ValidationInputDiscriminator
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
ValidateAddress | 0 | Identify request and response of address validation. |
ValidateSubscriptionIsAllowedToCreateJob | 1 | Identify request and response for validation of subscription permission to create job. |
ValidatePreferences | 2 | Identify request and response of preference validation. |
ValidateCreateOrderLimit | 3 | Identify request and response of create order limit for subscription validation. |
ValidateSkuAvailability | 4 | Identify request and response of active job limit for sku availability. |
ValidateDataTransferDetails | 5 | Identify request and response of data transfer details validation. |