Compartilhar via


AddAzureRmIotHubRoutingEndpoint.RoutingEndpointDynamicParameter.Encoding Property

Definition

[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

Applies to