Uses of Class
com.azure.resourcemanager.sql.fluent.models.InstancePoolProperties
Packages that use InstancePoolProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of InstancePoolProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type InstancePoolPropertiesModifier and TypeClassDescriptionfinal classProperties of an instance pool.Methods in com.azure.resourcemanager.sql.fluent.models that return InstancePoolPropertiesModifier and TypeMethodDescriptionstatic InstancePoolPropertiesInstancePoolProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstancePoolProperties from the JsonReader.InstancePoolProperties.withLicenseType(InstancePoolLicenseType licenseType) Set the licenseType property: The license type.InstancePoolProperties.withSubnetId(String subnetId) Set the subnetId property: Resource ID of the subnet to place this instance pool in.InstancePoolProperties.withVCores(int vCores) Set the vCores property: Count of vCores belonging to this instance pool.