Share via


HybridComputeMachineExtensionPatch Class

Definition

Describes a Machine Extension Update.

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

Constructors

HybridComputeMachineExtensionPatch()

Initializes a new instance of HybridComputeMachineExtensionPatch.

Properties

AutoUpgradeMinorVersion

Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.

EnableAutomaticUpgrade

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.

ForceUpdateTag

How the extension handler should be forced to update even if the extension configuration has not changed.

MachineExtensionUpdatePropertiesType

Specifies the type of the extension; an example is "CustomScriptExtension".

ProtectedSettings

The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Publisher

The name of the extension handler publisher.

Settings

Json formatted public settings for the extension.

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Tags

Resource tags.

(Inherited from HybridComputeResourceUpdate)
TypeHandlerVersion

Specifies the version of the script handler.

Explicit Interface Implementations

IJsonModel<HybridComputeMachineExtensionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeMachineExtensionPatch>.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<HybridComputeMachineExtensionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeMachineExtensionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeMachineExtensionPatch>.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