IWithAdditionalCapabilities Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET