ISecurityRule.PropertiesSourcePortRanges 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.
The source port ranges.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The source port ranges.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sourcePortRanges")]
public string[] PropertiesSourcePortRanges { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The source port ranges.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sourcePortRanges")>]
member this.PropertiesSourcePortRanges : string[] with get, set
Public Property PropertiesSourcePortRanges As String()
Property Value
String[]
- Attributes