ExtensionProperties 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.
Status of Arc Extension for a particular node in HCI Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionPropertiesTypeConverter))]
public class ExtensionProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IExtensionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionPropertiesTypeConverter))>]
type ExtensionProperties = class
interface IExtensionProperties
interface IJsonSerializable
Public Class ExtensionProperties
Implements IExtensionProperties
- Inheritance
-
ExtensionProperties
- Attributes
- Implements
Constructors
ExtensionProperties() |
Creates an new ExtensionProperties instance. |
Properties
AggregateState |
Aggregate state of Arc Extensions across the nodes in this HCI cluster. |
ExtensionParameterAutoUpgradeMinorVersion |
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. |
ExtensionParameterEnableAutomaticUpgrade |
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. |
ExtensionParameterForceUpdateTag |
How the extension handler should be forced to update even if the extension configuration has not changed. |
ExtensionParameterProtectedSetting |
Protected settings (may contain secrets). |
ExtensionParameterPublisher |
The name of the extension handler publisher. |
ExtensionParameterSetting |
Json formatted public settings for the extension. |
ExtensionParameterType |
Specifies the type of the extension; an example is "CustomScriptExtension". |
ExtensionParameterTypeHandlerVersion |
Specifies the version of the script handler. Latest version would be used if not specified. |
ManagedBy |
Indicates if the extension is managed by azure or the user. |
PerNodeExtensionDetail |
State of Arc Extension in each of the nodes. |
ProvisioningState |
Provisioning state of the Extension proxy resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExtensionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExtensionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IExtensionProperties. |
FromJsonString(String) |
Creates a new instance of ExtensionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExtensionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |