SubscriptionIsAllowedToCreateJobValidationRequest 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.
Request to validate subscription permission to create jobs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SubscriptionIsAllowedToCreateJobValidationRequestTypeConverter))]
public class SubscriptionIsAllowedToCreateJobValidationRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ISubscriptionIsAllowedToCreateJobValidationRequest, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SubscriptionIsAllowedToCreateJobValidationRequestTypeConverter))>]
type SubscriptionIsAllowedToCreateJobValidationRequest = class
interface ISubscriptionIsAllowedToCreateJobValidationRequest
interface IJsonSerializable
interface IValidationInputRequest
interface IValidates
Public Class SubscriptionIsAllowedToCreateJobValidationRequest
Implements ISubscriptionIsAllowedToCreateJobValidationRequest, IValidates
- Inheritance
-
SubscriptionIsAllowedToCreateJobValidationRequest
- Attributes
- Implements
Constructors
SubscriptionIsAllowedToCreateJobValidationRequest() |
Creates an new SubscriptionIsAllowedToCreateJobValidationRequest instance. |
Properties
ValidationType |
Identifies the type of validation request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionIsAllowedToCreateJobValidationRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionIsAllowedToCreateJobValidationRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ISubscriptionIsAllowedToCreateJobValidationRequest. |
FromJsonString(String) |
Creates a new instance of SubscriptionIsAllowedToCreateJobValidationRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionIsAllowedToCreateJobValidationRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |