Sdílet prostřednictvím


SubscriptionIsAllowedToCreateJobValidationContent Class

Definition

Request to validate subscription permission to create jobs.

public class SubscriptionIsAllowedToCreateJobValidationContent : Azure.ResourceManager.DataBox.Models.DataBoxValidationInputContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.SubscriptionIsAllowedToCreateJobValidationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.SubscriptionIsAllowedToCreateJobValidationContent>
type SubscriptionIsAllowedToCreateJobValidationContent = class
    inherit DataBoxValidationInputContent
    interface IJsonModel<SubscriptionIsAllowedToCreateJobValidationContent>
    interface IPersistableModel<SubscriptionIsAllowedToCreateJobValidationContent>
Public Class SubscriptionIsAllowedToCreateJobValidationContent
Inherits DataBoxValidationInputContent
Implements IJsonModel(Of SubscriptionIsAllowedToCreateJobValidationContent), IPersistableModel(Of SubscriptionIsAllowedToCreateJobValidationContent)
Inheritance
SubscriptionIsAllowedToCreateJobValidationContent
Implements

Constructors

SubscriptionIsAllowedToCreateJobValidationContent()

Initializes a new instance of SubscriptionIsAllowedToCreateJobValidationContent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxValidationInputContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataBoxValidationInputContent)
IJsonModel<DataBoxValidationInputContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxValidationInputContent)
IJsonModel<SubscriptionIsAllowedToCreateJobValidationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SubscriptionIsAllowedToCreateJobValidationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxValidationInputContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<DataBoxValidationInputContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<DataBoxValidationInputContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataBoxValidationInputContent)
IPersistableModel<SubscriptionIsAllowedToCreateJobValidationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionIsAllowedToCreateJobValidationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SubscriptionIsAllowedToCreateJobValidationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to