IVirtualMachineScaleSetExtension Interface

Definition

An immutable client-side representation of an extension associated with virtual machines in a scale set.

public interface IVirtualMachineScaleSetExtension : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetExtensionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSet>
type IVirtualMachineScaleSetExtension = interface
    interface IHasInner<VirtualMachineScaleSetExtensionInner>
    interface IChildResource<IVirtualMachineScaleSet>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualMachineScaleSet>
Public Interface IVirtualMachineScaleSetExtension
Implements IChildResource(Of IVirtualMachineScaleSet), IHasInner(Of VirtualMachineScaleSetExtensionInner), IHasParent(Of IVirtualMachineScaleSet)
Implements

Properties

AutoUpgradeMinorVersionEnabled

Gets true if this extension is configured to upgrade automatically when a new minor version of the extension image that this extension based on is published.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
ProvisioningState

Gets the provisioning state of this virtual machine scale set extension.

PublicSettings

Gets the public settings of the virtual machine scale set extension as key value pairs.

PublicSettingsAsJsonString

Gets the public settings of the virtual machine extension as a JSON string.

PublisherName

Gets the publisher name of the virtual machine scale set extension image this extension is created from.

TypeName

Gets the type name of the virtual machine scale set extension image this extension is created from.

VersionName

Gets the version name of the virtual machine scale set extension image this extension is created from.

Applies to