See: Description
| Interface | Description |
|---|---|
| AvailabilitySet |
An immutable client-side representation of an Azure availability set.
|
| AvailabilitySet.Definition |
Container interface for all the definitions related to an availability set.
|
| AvailabilitySet.DefinitionStages |
Grouping of availability set definition stages.
|
| AvailabilitySet.DefinitionStages.Blank |
The first stage of an availability set definition.
|
| AvailabilitySet.DefinitionStages.WithCreate |
The stage of an availability set definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
| AvailabilitySet.DefinitionStages.WithFaultDomainCount |
The stage of the availability set definition allowing to specify the fault domain count.
|
| AvailabilitySet.DefinitionStages.WithGroup |
The stage of the availability set definition allowing to specify the resource group.
|
| AvailabilitySet.DefinitionStages.WithUpdateDomainCount |
The stage of the availability set definition allowing to specify the update domain count.
|
| AvailabilitySet.Update |
The template for an availability set update operation, containing all the settings that
can be modified.
|
| AvailabilitySets |
Entry point to availability set management API.
|
| VirtualMachine |
An immutable client-side representation of an Azure virtual machine.
|
| VirtualMachine.Definition |
The entirety of the virtual machine definition.
|
| VirtualMachine.DefinitionStages |
Grouping of virtual machine definition stages.
|
| VirtualMachine.DefinitionStages.Blank |
The first stage of a virtual machine definition.
|
| VirtualMachine.DefinitionStages.WithAdminUserName |
The stage of the Windows virtual machine definition allowing to specify administrator user name.
|
| VirtualMachine.DefinitionStages.WithAvailabilitySet |
The stage of the virtual machine definition allowing to specify availability set.
|
| VirtualMachine.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
| VirtualMachine.DefinitionStages.WithDataDisk |
The stage of the virtual machine definition allowing to specify data disk configuration.
|
| VirtualMachine.DefinitionStages.WithExtension |
The stage of the virtual machine definition allowing to specify extensions.
|
| VirtualMachine.DefinitionStages.WithGroup |
The stage of the virtual machine definition allowing to specify the resource group.
|
| VirtualMachine.DefinitionStages.WithLinuxCreate |
The stage of the Linux virtual machine definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
| VirtualMachine.DefinitionStages.WithNetwork |
The stage of the virtual machine definition allowing to specify virtual network for the new primary network
interface or to use a creatable or existing network interface.
|
| VirtualMachine.DefinitionStages.WithOS |
The stage of the virtual machine definition allowing to specify the Operation System image.
|
| VirtualMachine.DefinitionStages.WithOsDiskSettings |
The stage of the virtual machine definition allowing to specify OS disk configurations.
|
| VirtualMachine.DefinitionStages.WithPassword |
The stage of the virtual machine definition allowing to specify password.
|
| VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface |
The stage of the virtual machine definition allowing to specify the primary network interface.
|
| VirtualMachine.DefinitionStages.WithPrivateIp |
The stage of the virtual machine definition allowing to specify private IP address within a virtual network subnet.
|
| VirtualMachine.DefinitionStages.WithPublicIpAddress |
The stage of the virtual machine definition allowing to associate public IP address with it's primary network interface.
|
| VirtualMachine.DefinitionStages.WithRootUserName |
The stage of the Linux virtual machine definition allowing to specify root user name.
|
| VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface |
The stage of virtual machine definition allowing to specify additional network interfaces.
|
| VirtualMachine.DefinitionStages.WithStorageAccount |
The stage of the virtual machine definition allowing to specify storage account.
|
| VirtualMachine.DefinitionStages.WithSubnet |
The stage of the virtual machine definition allowing to specify virtual network subnet for the new primary network interface.
|
| VirtualMachine.DefinitionStages.WithVMSize |
The stage of the virtual machine definition allowing to specify VM size.
|
| VirtualMachine.DefinitionStages.WithWindowsCreate |
The stage of the Windows virtual machine definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create(), but also allows
for any other optional settings to be specified. |
| VirtualMachine.Update |
The template for an update operation, containing all the settings that
can be modified.
|
| VirtualMachine.UpdateStages |
Grouping of virtual machine update stages.
|
| VirtualMachine.UpdateStages.WithDataDisk |
The stage of the virtual machine definition allowing to specify data disk configuration.
|
| VirtualMachine.UpdateStages.WithExtension |
The stage of the virtual machine definition allowing to specify extensions.
|
| VirtualMachine.UpdateStages.WithSecondaryNetworkInterface |
The stage of virtual machine definition allowing to specify additional network interfaces.
|
| VirtualMachineDataDisk |
A data disk of a virtual machine.
|
| VirtualMachineDataDisk.Definition<ParentT> |
The entirety of a data disk definition.
|
| VirtualMachineDataDisk.DefinitionStages |
Grouping of data disk definition stages applicable as part of a virtual machine creation.
|
| VirtualMachineDataDisk.DefinitionStages.AttachExistingDataDisk<ParentT> |
The first stage of attaching an existing disk as data disk and configuring it.
|
| VirtualMachineDataDisk.DefinitionStages.AttachNewDataDisk<ParentT> |
The first stage of new data disk configuration.
|
| VirtualMachineDataDisk.DefinitionStages.Blank<ParentT> |
The first stage of a data disk definition.
|
| VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> |
The final stage of the data disk definition.
|
| VirtualMachineDataDisk.DefinitionStages.WithDataDisk<ParentT> |
The stage allowing to choose configuring new or existing data disk.
|
| VirtualMachineDataDisk.DefinitionStages.WithStoreAt<ParentT> |
The stage of the new data disk configuration allowing to specify location to store the VHD.
|
| VirtualMachineDataDisk.Update |
The entirety of a data disk update as part of a virtual machine update.
|
| VirtualMachineDataDisk.UpdateDefinition<ParentT> |
The entirety of a data disk definition as part of a virtual machine update.
|
| VirtualMachineDataDisk.UpdateDefinitionStages |
Grouping of data disk definition stages applicable as part of a virtual machine update.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.AttachExistingDataDisk<ParentT> |
The first stage of attaching an existing disk as data disk and configuring it.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.AttachNewDataDisk<ParentT> |
The first stage of new data disk configuration.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.Blank<ParentT> |
The first stage of a data disk definition.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
The final stage of the data disk definition.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.WithDataDisk<ParentT> |
The stage allowing to choose configuring new or existing data disk.
|
| VirtualMachineDataDisk.UpdateDefinitionStages.WithStoreAt<ParentT> |
The stage of the new data disk configuration allowing to specify location to store the VHD.
|
| VirtualMachineDataDisk.UpdateStages |
Grouping of data disk update stages.
|
| VirtualMachineDataDisk.UpdateStages.WithDiskCaching |
The stage of the virtual machine data disk update allowing to set the disk caching type.
|
| VirtualMachineDataDisk.UpdateStages.WithDiskLun |
The stage of the virtual machine data disk update allowing to set the disk lun.
|
| VirtualMachineDataDisk.UpdateStages.WithDiskSize |
The stage of the virtual machine data disk update allowing to set the disk size.
|
| VirtualMachineExtension |
An immutable client-side representation of an Azure virtual machine extension.
|
| VirtualMachineExtension.Definition<ParentT> |
The entirety of a virtual machine extension definition as a part of parent definition.
|
| VirtualMachineExtension.DefinitionStages |
Grouping of virtual machine extension definition stages as a part of parent virtual machine definition.
|
| VirtualMachineExtension.DefinitionStages.Blank<ParentT> |
The first stage of a virtual machine extension definition.
|
| VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> |
The final stage of the virtual machine extension definition.
|
| VirtualMachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT> |
The stage of the virtual machine extension definition allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine extension image gets published.
|
| VirtualMachineExtension.DefinitionStages.WithImageOrPublisher<ParentT> |
The stage of the virtual machine extension definition allowing to specify extension image or specify name of
the virtual machine extension publisher.
|
| VirtualMachineExtension.DefinitionStages.WithPublisher<ParentT> |
The stage of the virtual machine extension definition allowing to specify the publisher of the
virtual machine extension image this extension is based on.
|
| VirtualMachineExtension.DefinitionStages.WithSettings<ParentT> |
The stage of the virtual machine extension definition allowing to specify the public and private settings.
|
| VirtualMachineExtension.DefinitionStages.WithTags<ParentT> |
The stage of the virtual machine extension definition allowing to specify the tags.
|
| VirtualMachineExtension.DefinitionStages.WithType<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine
extension image this extension is based on.
|
| VirtualMachineExtension.DefinitionStages.WithVersion<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine
extension version this extension is based on.
|
| VirtualMachineExtension.Update |
The entirety of virtual machine extension update as a part of parent virtual machine update.
|
| VirtualMachineExtension.UpdateDefinition<ParentT> |
The entirety of a virtual machine extension definition as a part of parent update.
|
| VirtualMachineExtension.UpdateDefinitionStages |
Grouping of virtual machine extension definition stages as part of parent virtual machine update.
|
| VirtualMachineExtension.UpdateDefinitionStages.Blank<ParentT> |
The first stage of a virtual machine extension definition.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
The final stage of the virtual machine extension definition.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithAutoUpgradeMinorVersion<ParentT> |
The stage of the virtual machine extension definition allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine extension image gets published.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithImageOrPublisher<ParentT> |
The stage of the virtual machine extension allowing to specify extension image or specify name of the
virtual machine extension publisher.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithPublisher<ParentT> |
The stage of the virtual machine extension definition allowing to specify the publisher of the
virtual machine extension image this extension is based on.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithSettings<ParentT> |
The stage of the virtual machine extension definition allowing to specify the public and private settings.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithTags<ParentT> |
The stage of the virtual machine extension definition allowing to specify the tags.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithType<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine
extension image this extension is based on.
|
| VirtualMachineExtension.UpdateDefinitionStages.WithVersion<ParentT> |
The stage of the virtual machine extension definition allowing to specify the type of the virtual machine
extension version this extension is based on.
|
| VirtualMachineExtension.UpdateStages |
Grouping of virtual machine extension update stages.
|
| VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion |
The stage of the virtual machine extension update allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine extension image gets published.
|
| VirtualMachineExtension.UpdateStages.WithSettings |
The stage of the virtual machine extension update allowing to add or update public and private settings.
|
| VirtualMachineExtension.UpdateStages.WithTags |
The stage of the virtual machine extension update allowing to add or update tags.
|
| VirtualMachineExtensionImage |
An immutable client-side representation of an Azure virtual machine extension image.
|
| VirtualMachineExtensionImages |
Entry point to virtual machine extension image management API.
|
| VirtualMachineExtensionImageType |
An immutable client-side representation of an Azure virtual machine extension image type.
|
| VirtualMachineExtensionImageTypes |
Entry point to virtual machine image extension types.
|
| VirtualMachineExtensionImageVersion |
An immutable client-side representation of an Azure virtual machine extension image version.
|
| VirtualMachineExtensionImageVersions |
Entry point to virtual machine image extension versions.
|
| VirtualMachineImage |
An immutable client-side representation of an Azure virtual machine image.
|
| VirtualMachineImages |
Entry point to virtual machine image management API.
|
| VirtualMachineImagesInSku |
Entry point to virtual machine sku images.
|
| VirtualMachineOffer |
Represents a virtual machine image offer.
|
| VirtualMachineOffers |
Entry point to virtual machine image offers.
|
| VirtualMachinePublisher |
Represents a virtual machine image publisher.
|
| VirtualMachinePublishers |
Entry point to virtual machine image publishers.
|
| VirtualMachines |
Entry point to virtual machine management API.
|
| VirtualMachineScaleSet |
An immutable client-side representation of an Azure virtual machine scale set.
|
| VirtualMachineScaleSet.Definition |
The entirety of the load balancer definition.
|
| VirtualMachineScaleSet.DefinitionStages |
Grouping of virtual machine scale set definition stages.
|
| VirtualMachineScaleSet.DefinitionStages.Blank |
The first stage of a virtual machine scale set definition.
|
| VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
The stage of a Windows virtual machine scale set definition allowing to specify the administrator user name.
|
| VirtualMachineScaleSet.DefinitionStages.WithCapacity |
The stage of the virtual machine scale set definition allowing to specify number of
virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix |
The stage of a virtual machine scale set definition allowing to specify the computer name prefix.
|
| VirtualMachineScaleSet.DefinitionStages.WithCreate |
The stage of a virtual machine scale set definition containing all the required inputs for the resource
to be created (via
Creatable.create()), but also allowing for any other optional settings
to be specified. |
| VirtualMachineScaleSet.DefinitionStages.WithExtension |
The stage of a virtual machine definition allowing to specify extensions.
|
| VirtualMachineScaleSet.DefinitionStages.WithGroup |
The stage of a virtual machine scale set definition allowing to specify the resource group.
|
| VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool |
The stage of the virtual machine scale set definition allowing to associate inbound NAT pools of the selected
internal load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool |
The stage of a virtual machine scale set definition allowing to associate backend pools and/or inbound NAT pools
of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate |
The stage of a Linux virtual machine scale set definition which contains all the minimum required inputs
for the resource to be created (via
Creatable.create()), but also allows for any other optional
settings to be specified. |
| VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet |
The stage of a virtual machine scale set definition allowing to specify the virtual network subnet for the
primary network configuration.
|
| VirtualMachineScaleSet.DefinitionStages.WithOS |
The stage of the virtual machine scale set definition allowing to specify the operating system image.
|
| VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings |
The stage of a virtual machine scale set definition allowing to specify OS disk configurations.
|
| VirtualMachineScaleSet.DefinitionStages.WithOverProvision |
The stage of a virtual machine scale set definition allowing to specify whether
or not to over-provision virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithPassword |
The stage of a virtual machine scale set definition allowing to specify the password.
|
| VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer |
The stage of a virtual machine scale set definition allowing to specify an internal load balancer for
the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer |
The stage of a virtual machine scale set definition allowing to specify an Internet-facing load balancer for
the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
The stage of a virtual machine scale set definition allowing to associate a backend pool and/or an inbound NAT pool
of the selected Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool |
The stage of a virtual machine scale set definition allowing to associate an inbound NAT pool of the selected
Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
The stage of a Linux virtual machine scale set definition allowing to specify the root user name.
|
| VirtualMachineScaleSet.DefinitionStages.WithSku |
The stage of a virtual machine scale set definition allowing to specify SKU for the virtual machines.
|
| VirtualMachineScaleSet.DefinitionStages.WithStorageAccount |
The stage of a virtual machine scale set definition allowing to specify the storage account.
|
| VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy |
The stage of a virtual machine scale set definition allowing to specify the upgrade policy.
|
| VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
The stage of a Windows virtual machine scale set definition which contains all the minimum required
inputs for the resource to be created (via
Creatable.create(), but also allows for any other
optional settings to be specified. |
| VirtualMachineScaleSet.Update |
The entirety of the load balancer update.
|
| VirtualMachineScaleSet.UpdateStages |
Grouping of virtual machine scale set update stages.
|
| VirtualMachineScaleSet.UpdateStages.WithApply |
The stage of a virtual machine scale set update containing inputs for the resource to be updated
(via
Appliable.apply()). |
| VirtualMachineScaleSet.UpdateStages.WithCapacity |
The stage of a virtual machine scale set definition allowing to specify the number of
virtual machines in the scale set.
|
| VirtualMachineScaleSet.UpdateStages.WithExtension |
The stage of the virtual machine definition allowing to specify extensions.
|
| VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancer |
The stage of a virtual machine scale set update allowing to remove the public and internal load balancer
from the primary network interface configuration.
|
| VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend |
The stage of a virtual machine scale set update allowing to remove the association between the primary network
interface configuration and a backend of a load balancer.
|
| VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool |
A stage of the virtual machine scale set update allowing to remove the associations between the primary network
interface configuration and the specified inbound NAT pools of the load balancer.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer |
The stage of a virtual machine scale set update allowing to specify an internal load balancer for
the primary network interface of the scale set virtual machines.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool |
The stage of a virtual machine scale set update allowing to associate backend pools and/or inbound NAT pools
of the selected internal load balancer with the primary network interface of the scale set virtual machines.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool |
The stage of a virtual machine scale set update allowing to associate inbound NAT pools of the selected internal
load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
The stage of a virtual machine scale set update allowing to associate a backend pool and/or inbound NAT pool
of the selected Internet-facing load balancer with the primary network interface of the virtual machines in
the scale set.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool |
The stage of a virtual machine scale set update allowing to associate an inbound NAT pool of the selected
Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
|
| VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer |
The stage of a virtual machine scale set update allowing to specify load balancers for the primary
network interface of the scale set virtual machines.
|
| VirtualMachineScaleSet.UpdateStages.WithSku |
The stage of a virtual machine scale set update allowing to change the SKU for the virtual machines
in the scale set.
|
| VirtualMachineScaleSetExtension |
An immutable client-side representation of an extension associated with virtual machines in a scale set.
|
| VirtualMachineScaleSetExtension.Definition<ParentT> |
The entirety of a virtual machine scale set extension definition as a part of a parent definition.
|
| VirtualMachineScaleSetExtension.DefinitionStages |
Grouping of virtual machine scale set extension definition stages as a part of parent virtual machine scale set definition.
|
| VirtualMachineScaleSetExtension.DefinitionStages.Blank<ParentT> |
The first stage of a virtual machine scale set extension definition.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> |
The final stage of a virtual machine scale set extension definition.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT> |
The stage of a virtual machine scale set extension definition allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine scale set extension image gets published.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithImageOrPublisher<ParentT> |
The stage of a virtual machines scale set extension definition allowing to specify an extension image or
specify name of the virtual machine scale set extension publisher.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithPublisher<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the publisher of the
extension image this extension is based on.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithSettings<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the public and private settings.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithType<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension image this extension is based on.
|
| VirtualMachineScaleSetExtension.DefinitionStages.WithVersion<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension version this extension is based on.
|
| VirtualMachineScaleSetExtension.Update |
The entirety of virtual machine scale set extension update as a part of parent virtual machine scale set update.
|
| VirtualMachineScaleSetExtension.UpdateDefinition<ParentT> |
The entirety of a virtual machine scale set extension definition as a part of parent update.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages |
Grouping of virtual machine scale set extension definition stages as part of parent virtual machine scale set update.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.Blank<ParentT> |
The first stage of a virtual machine scale set extension definition.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT> |
The final stage of the virtual machine scale set extension definition.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAutoUpgradeMinorVersion<ParentT> |
The stage of a virtual machine scale set extension definition allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine scale set extension image gets published.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithImageOrPublisher<ParentT> |
The stage of a virtual machine scale set extension allowing to specify an extension image or the name of the
virtual machine extension publisher.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithPublisher<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the publisher of the
virtual machine scale set extension image this extension is based on.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithSettings<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the public and private settings.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithType<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension image this extension is based on.
|
| VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithVersion<ParentT> |
The stage of a virtual machine scale set extension definition allowing to specify the type of the virtual machine
scale set extension version this extension is based on.
|
| VirtualMachineScaleSetExtension.UpdateStages |
Grouping of virtual machine extension update stages.
|
| VirtualMachineScaleSetExtension.UpdateStages.WithAutoUpgradeMinorVersion |
The stage of a virtual machine scale set extension update allowing to enable or disable auto upgrade of the
extension when when a new minor version of virtual machine scale set extension image gets published.
|
| VirtualMachineScaleSetExtension.UpdateStages.WithSettings |
The stage of a virtual machine scale set extension update allowing to add or update public and private settings.
|
| VirtualMachineScaleSets |
Entry point to virtual machine scale set management API.
|
| VirtualMachineScaleSetSku |
A type representing a SKU available for virtual machines in a scale set.
|
| VirtualMachineSize |
A type representing virtual machine size available for a subscription in a region.
|
| VirtualMachineSizes |
Entry point to virtual machine sizes API.
|
| VirtualMachineSku |
Represents a virtual machine image SKU.
|
| VirtualMachineSkus |
Entry point to virtual machine image offer skus.
|
| Class | Description |
|---|---|
| AdditionalUnattendContent |
additional XML formatted information that can be included in the
Unattend.xml file, which is used by Windows Setup.
|
| ApiEntityReference |
The API entity reference.
|
| ApiError |
Api error.
|
| ApiErrorBase |
Api error base.
|
| BootDiagnostics |
Describes Boot Diagnostics.
|
| BootDiagnosticsInstanceView |
The instance view of a virtual machine boot diagnostics.
|
| ComputeLongRunningOperationProperties |
Compute-specific operation properties, including output.
|
| DataDisk |
Describes a data disk.
|
| DataDiskImage |
Contains the data disk images information.
|
| DiagnosticsProfile |
Describes a diagnostics profile.
|
| DiskEncryptionSettings |
Describes a Encryption Settings for a Disk.
|
| DiskInstanceView |
The instance view of the disk.
|
| HardwareProfile |
Describes a hardware profile.
|
| ImageReference |
The image reference.
|
| InnerError |
Inner error details.
|
| InstanceViewStatus |
Instance view status.
|
| KeyVaultKeyReference |
Describes a reference to Key Vault Key.
|
| KeyVaultSecretReference |
Describes a reference to Key Vault Secret.
|
| LinuxConfiguration |
Describes Windows Configuration of the OS Profile.
|
| NetworkProfile |
Describes a network profile.
|
| OSDisk |
Describes an Operating System disk.
|
| OSDiskImage |
Contains the os disk image information.
|
| OSProfile |
Describes an OS profile.
|
| Plan |
Plan for the resource.
|
| PurchasePlan |
Used for establishing the purchase context of any 3rd Party artifact
through MarketPlace.
|
| Sku |
Describes a virtual machine scale set sku.
|
| SshConfiguration |
SSH configuration for Linux based VMs running on Azure.
|
| SshPublicKey |
Contains information about SSH certificate public key and the path on the
Linux VM where the public key is placed.
|
| StorageProfile |
Describes a storage profile.
|
| UpgradePolicy |
Describes an upgrade policy - automatic or manual.
|
| UsageName |
The Usage Names.
|
| VaultCertificate |
Describes a single certificate reference in a Key Vault, and where the
certificate should reside on the VM.
|
| VaultSecretGroup |
Describes a set of certificates which are all in the same Key Vault.
|
| VirtualHardDisk |
Describes the uri of a disk.
|
| VirtualMachineAgentInstanceView |
The instance view of the VM Agent running on the virtual machine.
|
| VirtualMachineExtensionHandlerInstanceView |
The instance view of a virtual machine extension handler.
|
| VirtualMachineExtensionInstanceView |
The instance view of a virtual machine extension.
|
| VirtualMachineInstanceView |
The instance view of a virtual machine.
|
| VirtualMachineScaleSetExtensionProfile |
Describes a virtual machine scale set extension profile.
|
| VirtualMachineScaleSetInstanceViewStatusesSummary |
Instance view statuses summary for virtual machines of a virtual machine
scale set.
|
| VirtualMachineScaleSetNetworkProfile |
Describes a virtual machine scale set network profile.
|
| VirtualMachineScaleSetOSDisk |
Describes a virtual machine scale set operating system disk.
|
| VirtualMachineScaleSetOSProfile |
Describes a virtual machine scale set OS profile.
|
| VirtualMachineScaleSetSkuCapacity |
Describes scaling information of a sku.
|
| VirtualMachineScaleSetSkuTypes |
Scale set virtual machine sku types.
|
| VirtualMachineScaleSetStorageProfile |
Describes a virtual machine scale set storage profile.
|
| VirtualMachineScaleSetVMExtensionsSummary |
Extensions summary for virtual machines of a virtual machine scale set.
|
| VirtualMachineScaleSetVMInstanceIDs |
Specifies the list of virtual machine scale set instance IDs.
|
| VirtualMachineScaleSetVMInstanceRequiredIDs |
Specifies the list of virtual machine scale set instance IDs.
|
| VirtualMachineScaleSetVMProfile |
Describes a virtual machine scale set virtual machine profile.
|
| VirtualMachineSizeTypes |
Defines values for VirtualMachineSizeTypes.
|
| VirtualMachineStatusCodeCount |
The status code and count of the virtual machine scale set instance view
status summary.
|
| WindowsConfiguration |
Describes Windows Configuration of the OS Profile.
|
| WinRMConfiguration |
Describes Windows Remote Management configuration of the VM.
|
| WinRMListener |
Describes Protocol and thumbprint of Windows Remote Management listener.
|
| Enum | Description |
|---|---|
| CachingTypes |
Defines values for CachingTypes.
|
| ComponentNames |
Defines values for ComponentNames.
|
| ComputeRoles |
Defines values for ComputeRoles.
|
| DiskCreateOptionTypes |
Defines values for DiskCreateOptionTypes.
|
| InstanceViewTypes |
Defines values for InstanceViewTypes.
|
| KnownLinuxVirtualMachineImage |
The popular Azure Linux images.
|
| KnownWindowsVirtualMachineImage |
The popular Azure Windows images.
|
| OperatingSystemTypes |
Defines values for OperatingSystemTypes.
|
| PassNames |
Defines values for PassNames.
|
| PowerState |
Possible power states of a virtual machine.
|
| ProtocolTypes |
Defines values for ProtocolTypes.
|
| SettingNames |
Defines values for SettingNames.
|
| StatusLevelTypes |
Defines values for StatusLevelTypes.
|
| UpgradeMode |
Defines values for UpgradeMode.
|
| VirtualMachineScaleSetSkuScaleType |
Defines values for VirtualMachineScaleSetSkuScaleType.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/