SrvRecord 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
SrvRecord() |
Initializes a new instance of the SrvRecord class. |
SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the SrvRecord class. |
SrvRecord()
Initializes a new instance of the SrvRecord class.
public SrvRecord ();
Public Sub New ()
Applies to
SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the SrvRecord class.
public SrvRecord (int? priority = default, int? weight = default, int? port = default, string target = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord
Public Sub New (Optional priority As Nullable(Of Integer) = Nothing, Optional weight As Nullable(Of Integer) = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional target As String = Nothing)
Parameters
- target
- String
The target domain name for this SRV record.
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