VirtualClusterUpdate 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 update request for an Azure SQL Database virtual cluster.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualClusterUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualClusterUpdate = class
Public Class VirtualClusterUpdate
- Inheritance
-
VirtualClusterUpdate
- Attributes
Constructors
VirtualClusterUpdate() |
Initializes a new instance of the VirtualClusterUpdate class. |
VirtualClusterUpdate(String, String, IList<String>, IDictionary<String,String>) |
Initializes a new instance of the VirtualClusterUpdate 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. |
SubnetId |
Gets subnet resource ID for the virtual cluster. |
Tags |
Gets or sets resource tags. |
Applies to
Azure SDK for .NET