ISyslogReceiver.TransportProtocol 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.
Transport protocol. Default tcp.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "tcp", "udp" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Transport protocol. Default tcp.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transportProtocol", Update=true)]
public string TransportProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "tcp", "udp" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Transport protocol. Default tcp.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transportProtocol", Update=true)>]
member this.TransportProtocol : string with get, set
Public Property TransportProtocol As String
Property Value
- Attributes