次の方法で共有


INetworkingRoute.Port Property

Definition

The port that will be configured externally. If not specified, it will use the port from the receiver definition.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The port that will be configured externally. If not specified, it will use the port from the receiver definition.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=true)]
public int? Port { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The port that will be configured externally. If not specified, it will use the port from the receiver definition.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="port", Update=true)>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Property Value

Attributes

Applies to