다음을 통해 공유


NetworkCloudVirtualMachinePatch Class

Definition

VirtualMachinePatchParameters represents the body of the request to patch the virtual machine.

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

Constructors

NetworkCloudVirtualMachinePatch()

Initializes a new instance of NetworkCloudVirtualMachinePatch.

Properties

Tags

The Azure resource tags that will replace the existing ones.

VmImageRepositoryCredentials

The credentials used to login to the image repository that has access to the specified image.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkCloudVirtualMachinePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkCloudVirtualMachinePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudVirtualMachinePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudVirtualMachinePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudVirtualMachinePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to