次の方法で共有


SrvRecord クラス

SRV レコード。

継承
azure.mgmt.dns._serialization.Model
SrvRecord

コンストラクター

SrvRecord(*, priority: int | None = None, weight: int | None = None, port: int | None = None, target: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
priority
int

この SRV レコードの優先順位の値。

weight
int

この SRV レコードの重み値。

port
int

この SRV レコードのポート値。

target
str

この SRV レコードのターゲット ドメイン名。

変数

名前 説明
priority
int

この SRV レコードの優先順位の値。

weight
int

この SRV レコードの重み値。

port
int

この SRV レコードのポート値。

target
str

この SRV レコードのターゲット ドメイン名。