Show / Hide Table of Contents

Class ExtensionState

Inheritance
System.Object
InputArgs
ResourceArgs
ExtensionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExtensionState : ResourceArgs

Constructors

View Source

ExtensionState()

Declaration
public ExtensionState()

Properties

View Source

AutoUpgradeMinorVersion

Specifies if the platform deploys the latest minor version update to the type_handler_version specified.

Declaration
public Input<bool> AutoUpgradeMinorVersion { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the virtual machine extension peering. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProtectedSettings

The protected_settings passed to the extension, like settings, these are specified as a JSON object in a string.

Declaration
public Input<string> ProtectedSettings { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Publisher

The publisher of the extension, available publishers can be found by using the Azure CLI.

Declaration
public Input<string> Publisher { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Settings

The settings passed to the extension, these are specified as a JSON object in a string.

Declaration
public Input<string> Settings { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Type

The type of extension, available types for a publisher can be found using the Azure CLI.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TypeHandlerVersion

Specifies the version of the extension to use, available versions can be found using the Azure CLI.

Declaration
public Input<string> TypeHandlerVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VirtualMachineId

The ID of the Virtual Machine. Changing this forces a new resource to be created

Declaration
public Input<string> VirtualMachineId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.