Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.FlinkStorageProfile
Packages that use FlinkStorageProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of FlinkStorageProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type FlinkStorageProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return FlinkStorageProfileModifier and TypeMethodDescriptionstatic FlinkStorageProfileFlinkStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlinkStorageProfile from the JsonReader.FlinkProfile.storage()Get the storage property: The storage profile.FlinkStorageProfile.withStoragekey(String storagekey) Set the storagekey property: Storage key is only required for wasb(s) storage.FlinkStorageProfile.withStorageUri(String storageUri) Set the storageUri property: Storage account uri which is used for savepoint and checkpoint state.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type FlinkStorageProfileModifier and TypeMethodDescriptionFlinkProfile.withStorage(FlinkStorageProfile storage) Set the storage property: The storage profile.