Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ContentEncoding
Packages that use ContentEncoding
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ContentEncoding in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ContentEncoding in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classThis property indicates if the content is encoded and is case-insensitive.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as ContentEncodingModifier and TypeFieldDescriptionstatic final ContentEncodingContentEncoding.BASE64Static value Base64 for ContentEncoding.static final ContentEncodingContentEncoding.NONEStatic value None for ContentEncoding.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ContentEncodingModifier and TypeMethodDescriptionClusterConfigFile.encoding()Get the encoding property: This property indicates if the content is encoded and is case-insensitive.static ContentEncodingContentEncoding.fromString(String name) Creates or finds a ContentEncoding from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionstatic Collection<ContentEncoding> ContentEncoding.values()Gets known ContentEncoding values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ContentEncodingModifier and TypeMethodDescriptionClusterConfigFile.withEncoding(ContentEncoding encoding) Set the encoding property: This property indicates if the content is encoded and is case-insensitive.