Share via


AutoUpgradeProfileGenerateResult Class

Definition

GenerateResponse is the response of a generate request.

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

Properties

Id

The ARM resource id of the generated UpdateRun. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}'.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutoUpgradeProfileGenerateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoUpgradeProfileGenerateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoUpgradeProfileGenerateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoUpgradeProfileGenerateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoUpgradeProfileGenerateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to