CidrIpAddress 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
CidrIpAddress() |
Initializes a new instance of the CidrIpAddress class. |
CidrIpAddress(String, Nullable<Int32>) |
Initializes a new instance of the CidrIpAddress class. |
CidrIpAddress()
Initializes a new instance of the CidrIpAddress class.
public CidrIpAddress ();
Public Sub New ()
Applies to
CidrIpAddress(String, Nullable<Int32>)
Initializes a new instance of the CidrIpAddress class.
public CidrIpAddress (string baseIpAddress = default, int? prefixLength = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress : string * Nullable<int> -> Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress
Public Sub New (Optional baseIpAddress As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing)
Parameters
- baseIpAddress
- String
Ip address itself.
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