IVirtualMachineScaleSetVMInstanceExtension Interface

Definition

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

public interface IVirtualMachineScaleSetVMInstanceExtension : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineExtensionBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM>
type IVirtualMachineScaleSetVMInstanceExtension = interface
    interface IVirtualMachineExtensionBase
    interface IHasInner<VirtualMachineExtensionInner>
    interface IChildResource<IVirtualMachineScaleSetVM>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualMachineScaleSetVM>
Public Interface IVirtualMachineScaleSetVMInstanceExtension
Implements IChildResource(Of IVirtualMachineScaleSetVM), IHasInner(Of VirtualMachineExtensionInner), IHasParent(Of IVirtualMachineScaleSetVM), IVirtualMachineExtensionBase
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.

(Inherited from IVirtualMachineExtensionBase)
Inner (Inherited from IHasInner<T>)
InstanceView

Gets the instance view of the scale set virtual machine extension.

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 the virtual machine extension.

(Inherited from IVirtualMachineExtensionBase)
PublicSettings

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

(Inherited from IVirtualMachineExtensionBase)
PublicSettingsAsJsonString

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

(Inherited from IVirtualMachineExtensionBase)
PublisherName

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

(Inherited from IVirtualMachineExtensionBase)
Tags

Gets the tags for this virtual machine extension.

(Inherited from IVirtualMachineExtensionBase)
TypeName

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

(Inherited from IVirtualMachineExtensionBase)
VersionName

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

(Inherited from IVirtualMachineExtensionBase)

Applies to