Share via


IWithAvailabilitySet Interface

Definition

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.

Applies to