Megosztás a következőn keresztül:


GenerateUploadUrlRequest Class

Definition

Properties for generating an upload URL

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.GenerateUploadUrlRequestTypeConverter))]
public class GenerateUploadUrlRequest : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IGenerateUploadUrlRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.GenerateUploadUrlRequestTypeConverter))>]
type GenerateUploadUrlRequest = class
    interface IGenerateUploadUrlRequest
    interface IJsonSerializable
Public Class GenerateUploadUrlRequest
Implements IGenerateUploadUrlRequest
Inheritance
GenerateUploadUrlRequest
Attributes
Implements

Constructors

GenerateUploadUrlRequest()

Creates an new GenerateUploadUrlRequest instance.

Properties

FirmwareId

A unique ID for the firmware to be uploaded.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GenerateUploadUrlRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GenerateUploadUrlRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IGenerateUploadUrlRequest.

FromJsonString(String)

Creates a new instance of GenerateUploadUrlRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GenerateUploadUrlRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to