Share via


HybridComputeMachinePatch Class

Definition

Describes a hybrid machine Update.

public class HybridComputeMachinePatch : Azure.ResourceManager.HybridCompute.Models.HybridComputeResourceUpdate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeMachinePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeMachinePatch>
type HybridComputeMachinePatch = class
    inherit HybridComputeResourceUpdate
    interface IJsonModel<HybridComputeMachinePatch>
    interface IPersistableModel<HybridComputeMachinePatch>
Public Class HybridComputeMachinePatch
Inherits HybridComputeResourceUpdate
Implements IJsonModel(Of HybridComputeMachinePatch), IPersistableModel(Of HybridComputeMachinePatch)
Inheritance
HybridComputeMachinePatch
Implements

Constructors

Name Description
HybridComputeMachinePatch()

Initializes a new instance of HybridComputeMachinePatch.

Properties

Name Description
AgentUpgrade

The info of the machine w.r.t Agent Upgrade.

CloudMetadataProvider

Specifies the cloud provider (Azure/AWS/GCP...).

Identity

Identity for the resource. Current supported identity types: SystemAssigned.

Kind

Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.

LocationData

Metadata pertaining to the geographic location of the resource.

OSProfile

Specifies the operating system settings for the hybrid machine.

ParentClusterResourceId

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

PrivateLinkScopeResourceId

The resource id of the private link scope this machine is assigned to, if any.

Tags

Resource tags.

(Inherited from HybridComputeResourceUpdate)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HybridComputeMachinePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeMachinePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<HybridComputeResourceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from HybridComputeResourceUpdate)
IJsonModel<HybridComputeResourceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HybridComputeResourceUpdate)
IPersistableModel<HybridComputeMachinePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeMachinePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeMachinePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<HybridComputeResourceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HybridComputeResourceUpdate)
IPersistableModel<HybridComputeResourceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from HybridComputeResourceUpdate)
IPersistableModel<HybridComputeResourceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HybridComputeResourceUpdate)

Applies to