Package version:

Interface VirtualCluster

An Azure SQL virtual cluster.

Hierarchy

Properties

childResources?: string[]

List of resources in this virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

subnetId?: string

Subnet resource ID for the virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Virtual cluster version.

Generated using TypeDoc