HybridComputeMachinePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
HybridComputeMachinePatch() |
Initializes a new instance of HybridComputeMachinePatch. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from HybridComputeResourceUpdate) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET