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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET