AvailabilityPolicy Constructors
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.
Overloads
| Name | Description |
|---|---|
| AvailabilityPolicy() |
Initializes a new instance of the AvailabilityPolicy class. |
| AvailabilityPolicy(String) |
Initializes a new instance of the AvailabilityPolicy class. |
AvailabilityPolicy()
Initializes a new instance of the AvailabilityPolicy class.
public AvailabilityPolicy();
Public Sub New ()
Applies to
AvailabilityPolicy(String)
Initializes a new instance of the AvailabilityPolicy class.
public AvailabilityPolicy(string actionOnDiskDelay = default);
new Microsoft.Azure.Management.Compute.Models.AvailabilityPolicy : string -> Microsoft.Azure.Management.Compute.Models.AvailabilityPolicy
Public Sub New (Optional actionOnDiskDelay As String = Nothing)
Parameters
- actionOnDiskDelay
- String
Determines on how to handle disks with slow I/O. Possible values include: 'None', 'AutomaticReattach'