Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.DiskStorageProfile
Packages that use DiskStorageProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of DiskStorageProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type DiskStorageProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return DiskStorageProfileModifier and TypeMethodDescriptionKafkaProfile.diskStorage()Get the diskStorage property: Kafka disk storage profile.static DiskStorageProfileDiskStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskStorageProfile from the JsonReader.DiskStorageProfile.withDataDiskSize(int dataDiskSize) Set the dataDiskSize property: Managed Disk size in GB.DiskStorageProfile.withDataDiskType(DataDiskType dataDiskType) Set the dataDiskType property: Managed Disk Type.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type DiskStorageProfileModifier and TypeMethodDescriptionKafkaProfile.withDiskStorage(DiskStorageProfile diskStorage) Set the diskStorage property: Kafka disk storage profile.