IWithAvailabilitySet 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 the virtual machine definition allowing to specify availability set.
public interface IWithAvailabilitySet
type IWithAvailabilitySet = interface
Public Interface IWithAvailabilitySet
- Derived
Methods
WithExistingAvailabilitySet(IAvailabilitySet) |
Specifies an existing availability set to associate with the virtual machine. |
WithNewAvailabilitySet(ICreatable<IAvailabilitySet>) |
Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. |
WithNewAvailabilitySet(String) |
Specifies the name of a new availability set to associate with the virtual machine. |