ClusterConfigFile.Encoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
public Azure.ResourceManager.HDInsight.Containers.Models.HDInsightContentEncoding? Encoding { get; set; }
member this.Encoding : Nullable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightContentEncoding> with get, set
Public Property Encoding As Nullable(Of HDInsightContentEncoding)
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET