次の方法で共有


IWithSrvRecordEntry.WithoutRecord(String, Int32, Int32, Int32) メソッド

定義

サービスのサービス レコードを削除します。

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet WithoutRecord (string target, int port, int priority, int weight);
abstract member WithoutRecord : string * int * int * int -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet
Public Function WithoutRecord (target As String, port As Integer, priority As Integer, weight As Integer) As IUpdateSrvRecordSet

パラメーター

target
String

サービスを実行しているターゲット ホストの正規名。

port
Int32

サービスがバインドされているポート。

priority
Int32

ターゲット ホストの優先度。

weight
Int32

レコードの相対的な重み (優先順位)。

戻り値

適用対象