IWithAdditionalCapabilities Interface

Definition

The stage of a virtual machine scale set definition allowing to set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set.

public interface IWithAdditionalCapabilities : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithNetworkSubnet
type IWithAdditionalCapabilities = interface
    interface IWithNetworkSubnet
Public Interface IWithAdditionalCapabilities
Implements IWithNetworkSubnet
Derived
Implements

Methods

WithAdditionalCapabilities(AdditionalCapabilities)

Set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type.

WithExistingPrimaryNetworkSubnet(INetwork, String)

Associate an existing virtual network subnet with the primary network interface of the virtual machines in the scale set.

(Inherited from IWithNetworkSubnet)

Applies to