SubscriptionIsAllowedToCreateJobValidationResponseProperties 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.
Properties of subscription permission to create job validation response.
[Newtonsoft.Json.JsonObject("ValidateSubscriptionIsAllowedToCreateJob")]
public class SubscriptionIsAllowedToCreateJobValidationResponseProperties : Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse
[<Newtonsoft.Json.JsonObject("ValidateSubscriptionIsAllowedToCreateJob")>]
type SubscriptionIsAllowedToCreateJobValidationResponseProperties = class
inherit ValidationInputResponse
Public Class SubscriptionIsAllowedToCreateJobValidationResponseProperties
Inherits ValidationInputResponse
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
SubscriptionIsAllowedToCreateJobValidationResponseProperties() |
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class. |
SubscriptionIsAllowedToCreateJobValidationResponseProperties(CloudError, Nullable<ValidationStatus>) |
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class. |
Properties
Error |
Gets error code and message of validation response. (Inherited from ValidationInputResponse) |
Status |
Gets validation status of subscription permission to create job. Possible values include: 'Valid', 'Invalid', 'Skipped' |
Applies to
Azure SDK for .NET