DeployerVmPackages Class

Definition

Defines the url and storage account ID where deployer VM packages are uploaded.

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

Constructors

DeployerVmPackages()

Initializes a new instance of DeployerVmPackages.

Properties

PackageUri

The URL to the deployer VM packages file.

StorageAccountId

The deployer VM packages storage account id.

Explicit Interface Implementations

IJsonModel<DeployerVmPackages>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeployerVmPackages>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeployerVmPackages>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeployerVmPackages>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeployerVmPackages>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to