AvailabilitySetResourceSettings Class
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.
Gets or sets the availability set resource settings.
[Newtonsoft.Json.JsonObject("Microsoft.Compute/availabilitySets")]
public class AvailabilitySetResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Compute/availabilitySets")>]
type AvailabilitySetResourceSettings = class
inherit ResourceSettings
Public Class AvailabilitySetResourceSettings
Inherits ResourceSettings
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AvailabilitySetResourceSettings() |
Initializes a new instance of the AvailabilitySetResourceSettings class. |
AvailabilitySetResourceSettings(String, IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the AvailabilitySetResourceSettings class. |
Properties
FaultDomain |
Gets or sets the target fault domain. |
Tags |
Gets or sets the Resource tags. |
TargetResourceName |
Gets or sets the target Resource name. (Inherited from ResourceSettings) |
UpdateDomain |
Gets or sets the target update domain. |
Applies to
Azure SDK for .NET