MachineExtensionData 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.
A class representing the MachineExtension data model. Describes a Machine Extension.
public class MachineExtensionData : Azure.ResourceManager.Models.TrackedResourceData
type MachineExtensionData = class
inherit TrackedResourceData
Public Class MachineExtensionData
Inherits TrackedResourceData
- Inheritance
Constructors
MachineExtensionData(AzureLocation) |
Initializes a new instance of MachineExtensionData. |
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. |
ForceUpdateTag |
How the extension handler should be forced to update even if the extension configuration has not changed. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstanceView |
The machine extension instance view. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MachineExtensionType |
Specifies the type of the extension; an example is "CustomScriptExtension". |
Name |
The name of the resource. (Inherited from ResourceData) |
ProtectedSettings |
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formated json string to this property use FromString(String). Examples:
|
ProvisioningState |
The provisioning state, which only appears in the response. |
Publisher |
The name of the extension handler publisher. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Settings |
Json formatted public settings for the extension. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formated json string to this property use FromString(String). Examples:
|
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
TypeHandlerVersion |
Specifies the version of the script handler. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET