SqlElasticPoolResourceSettings interface
Defines the Sql ElasticPool resource settings.
- Extends
Properties
resource |
Polymorphic discriminator, which specifies the different types this object can be |
tags | Gets or sets the Resource tags. |
zone |
Defines the zone redundant resource setting. |
Inherited Properties
target |
Gets or sets the target resource group name. |
target |
Gets or sets the target Resource name. |
Property Details
resourceType
Polymorphic discriminator, which specifies the different types this object can be
resourceType: "Microsoft.Sql/servers/elasticPools"
Property Value
"Microsoft.Sql/servers/elasticPools"
tags
Gets or sets the Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
zoneRedundant
Defines the zone redundant resource setting.
zoneRedundant?: string
Property Value
string
Inherited Property Details
targetResourceGroupName
Gets or sets the target resource group name.
targetResourceGroupName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceGroupName
targetResourceName
Gets or sets the target Resource name.
targetResourceName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceName