SubscriptionIsAllowedToCreateJobValidationResponseProperties Constructors
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.
Overloads
SubscriptionIsAllowedToCreateJobValidationResponseProperties() |
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class. |
SubscriptionIsAllowedToCreateJobValidationResponseProperties(CloudError, Nullable<ValidationStatus>) |
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class. |
SubscriptionIsAllowedToCreateJobValidationResponseProperties()
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class.
public SubscriptionIsAllowedToCreateJobValidationResponseProperties ();
Public Sub New ()
Applies to
SubscriptionIsAllowedToCreateJobValidationResponseProperties(CloudError, Nullable<ValidationStatus>)
Initializes a new instance of the SubscriptionIsAllowedToCreateJobValidationResponseProperties class.
public SubscriptionIsAllowedToCreateJobValidationResponseProperties (Microsoft.Rest.Azure.CloudError error = default, Microsoft.Azure.Management.DataBox.Models.ValidationStatus? status = default);
new Microsoft.Azure.Management.DataBox.Models.SubscriptionIsAllowedToCreateJobValidationResponseProperties : Microsoft.Rest.Azure.CloudError * Nullable<Microsoft.Azure.Management.DataBox.Models.ValidationStatus> -> Microsoft.Azure.Management.DataBox.Models.SubscriptionIsAllowedToCreateJobValidationResponseProperties
Public Sub New (Optional error As CloudError = Nothing, Optional status As Nullable(Of ValidationStatus) = Nothing)
Parameters
- error
- CloudError
Error code and message of validation response.
- status
- Nullable<ValidationStatus>
Validation status of subscription permission to create job. Possible values include: 'Valid', 'Invalid', 'Skipped'
Applies to
Azure SDK for .NET