你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AddAzureRmIotHubRoutingEndpoint.RoutingEndpointDynamicParameter.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.
[System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="InputObjectSet")]
[System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="ResourceIdSet")]
[System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="ResourceSet")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "json", "avro" }, IgnoreCase=true)]
public string Encoding { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="InputObjectSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="ResourceIdSet")>]
[<System.Management.Automation.Parameter(HelpMessage="Select the format in which you want to route your data in. You can select JSON or AVRO. The default is set to AVRO.", Mandatory=false, ParameterSetName="ResourceSet")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "json", "avro" }, IgnoreCase=true)>]
member this.Encoding : string with get, set
Public Property Encoding As String
Property Value
- Attributes