SrvRecord Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SrvRecord() |
Inicializa uma nova instância da classe SrvRecord. |
SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Inicializa uma nova instância da classe SrvRecord. |
SrvRecord()
Inicializa uma nova instância da classe SrvRecord.
public SrvRecord ();
Public Sub New ()
Aplica-se a
SrvRecord(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Inicializa uma nova instância da 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)
Parâmetros
- target
- String
O nome de domínio de destino para esse registro SRV.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET