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