IPRange Constructors
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.
Overloads
IPRange() |
Initializes a new instance of the IPRange class. |
IPRange(String, String, Nullable<Int32>) |
Initializes a new instance of the IPRange class. |
IPRange()
Initializes a new instance of the IPRange class.
public IPRange ();
Public Sub New ()
Applies to
IPRange(String, String, Nullable<Int32>)
Initializes a new instance of the IPRange class.
public IPRange (string name = default, string address = default, int? subnetPrefixLength = default);
new Microsoft.Azure.Management.Media.Models.IPRange : string * string * Nullable<int> -> Microsoft.Azure.Management.Media.Models.IPRange
Public Sub New (Optional name As String = Nothing, Optional address As String = Nothing, Optional subnetPrefixLength As Nullable(Of Integer) = Nothing)
Parameters
- name
- String
The friendly name for the IP address range.
- address
- String
The IP address.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET