Uses of Class
com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanUpdateProperties
Packages that use ElasticSanUpdateProperties
Package
Description
Package containing the inner data models for ElasticSanManagement.
-
Uses of ElasticSanUpdateProperties in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return ElasticSanUpdatePropertiesModifier and TypeMethodDescriptionstatic ElasticSanUpdatePropertiesElasticSanUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ElasticSanUpdateProperties from the JsonReader.ElasticSanUpdateProperties.withAutoScaleProperties(AutoScaleProperties autoScaleProperties) Set the autoScaleProperties property: Auto Scale Properties for Elastic San Appliance.ElasticSanUpdateProperties.withBaseSizeTiB(Long baseSizeTiB) Set the baseSizeTiB property: Base size of the Elastic San appliance in TiB.ElasticSanUpdateProperties.withExtendedCapacitySizeTiB(Long extendedCapacitySizeTiB) Set the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.ElasticSanUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account.