DevTestLabGenerateUploadUriResult 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.
Response body for generating an upload URI.
public class DevTestLabGenerateUploadUriResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGenerateUploadUriResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGenerateUploadUriResult>
public class DevTestLabGenerateUploadUriResult
type DevTestLabGenerateUploadUriResult = class
interface IJsonModel<DevTestLabGenerateUploadUriResult>
interface IPersistableModel<DevTestLabGenerateUploadUriResult>
type DevTestLabGenerateUploadUriResult = class
Public Class DevTestLabGenerateUploadUriResult
Implements IJsonModel(Of DevTestLabGenerateUploadUriResult), IPersistableModel(Of DevTestLabGenerateUploadUriResult)
Public Class DevTestLabGenerateUploadUriResult
- Inheritance
-
DevTestLabGenerateUploadUriResult
- Implements
Properties
UploadUri |
The upload URI for the VHD. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevTestLabGenerateUploadUriResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevTestLabGenerateUploadUriResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevTestLabGenerateUploadUriResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevTestLabGenerateUploadUriResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevTestLabGenerateUploadUriResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET