Class ScaleSetExtension
Inheritance
System.Object
ScaleSetExtension
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetExtension
Fields
View SourceAutoUpgradeMinorVersion
Specifies whether or not to use the latest minor version available.
Declaration
public readonly bool? AutoUpgradeMinorVersion
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Specifies the name of the extension.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProtectedSettings
The protected_settings passed to the extension, like settings, these are specified as a JSON object in a string.
Declaration
public readonly string ProtectedSettings
Field Value
| Type | Description |
|---|---|
| System.String |
ProvisionAfterExtensions
Specifies a dependency array of extensions required to be executed before, the array stores the name of each extension.
Declaration
public readonly ImmutableArray<string> ProvisionAfterExtensions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Publisher
The publisher of the extension, available publishers can be found by using the Azure CLI.
Declaration
public readonly string Publisher
Field Value
| Type | Description |
|---|---|
| System.String |
Settings
The settings passed to the extension, these are specified as a JSON object in a string.
Declaration
public readonly string Settings
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of extension, available types for a publisher can be found using the Azure CLI.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
TypeHandlerVersion
Specifies the version of the extension to use, available versions can be found using the Azure CLI.
Declaration
public readonly string TypeHandlerVersion
Field Value
| Type | Description |
|---|---|
| System.String |