Partager via


SrvRecord Constructeurs

Définition

Surcharges

SrvRecord()

Initialise une nouvelle instance de la classe SrvRecord.

SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

Initialise une nouvelle instance de la classe SrvRecord.

SrvRecord()

Initialise une nouvelle instance de la classe SrvRecord.

public SrvRecord ();
Public Sub New ()

S’applique à

SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

Initialise une nouvelle instance de la classe SrvRecord.

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)

Paramètres

priority
Nullable<Int32>

Valeur de priorité pour cet enregistrement SRV.

weight
Nullable<Int32>

Valeur de poids pour cet enregistrement SRV.

port
Nullable<Int32>

Valeur de port de cet enregistrement SRV.

target
String

Nom de domaine cible pour cet enregistrement SRV.

S’applique à