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
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.