SubscriptionIsAllowedToCreateJobValidationResponseProperties Class

Definition

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
SubscriptionIsAllowedToCreateJobValidationResponseProperties
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