VirtualCluster 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.
An Azure SQL virtual cluster.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualCluster : Microsoft.Azure.Management.Sql.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualCluster = class
inherit TrackedResource
Public Class VirtualCluster
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
VirtualCluster() |
Initializes a new instance of the VirtualCluster class. |
VirtualCluster(String, String, String, String, IDictionary<String,String>, String, String, IList<String>, String) |
Initializes a new instance of the VirtualCluster class. |
Properties
ChildResources |
Gets list of resources in this virtual cluster. |
Family |
Gets or sets if the service has different generations of hardware, for the same SKU, then that can be captured here. |
Id |
Gets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from TrackedResource) |
MaintenanceConfigurationId |
Gets or sets specifies maintenance configuration id to apply to this virtual cluster. |
Name |
Gets resource name. (Inherited from Resource) |
SubnetId |
Gets subnet resource ID for the virtual cluster. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET