共用方式為


DevTestLabGenerateUploadUriContent Class

Definition

Properties for generating an upload URI.

public class DevTestLabGenerateUploadUriContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGenerateUploadUriContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGenerateUploadUriContent>
public class DevTestLabGenerateUploadUriContent
type DevTestLabGenerateUploadUriContent = class
    interface IJsonModel<DevTestLabGenerateUploadUriContent>
    interface IPersistableModel<DevTestLabGenerateUploadUriContent>
type DevTestLabGenerateUploadUriContent = class
Public Class DevTestLabGenerateUploadUriContent
Implements IJsonModel(Of DevTestLabGenerateUploadUriContent), IPersistableModel(Of DevTestLabGenerateUploadUriContent)
Public Class DevTestLabGenerateUploadUriContent
Inheritance
DevTestLabGenerateUploadUriContent
Implements

Constructors

DevTestLabGenerateUploadUriContent()

Initializes a new instance of DevTestLabGenerateUploadUriContent.

Properties

BlobName

The blob name of the upload URI.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabGenerateUploadUriContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabGenerateUploadUriContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabGenerateUploadUriContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabGenerateUploadUriContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabGenerateUploadUriContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to