IpPrefixPatchableProperties クラス

  • java.lang.Object
    • com.azure.resourcemanager.managednetworkfabric.models.IpPrefixPatchableProperties

public class IpPrefixPatchableProperties

IP プレフィックスの修正可能なプロパティ。

コンストラクターの概要

コンストラクター 説明
IpPrefixPatchableProperties()

IpPrefixPatchableProperties クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
List<IpPrefixRule> ipPrefixRules()

ipPrefixRules プロパティを取得します。IP プレフィックス 規則の一覧。

void validate()

インスタンスを検証します。

IpPrefixPatchableProperties withIpPrefixRules(List<IpPrefixRule> ipPrefixRules)

[ip Prefix Rules]\(IPプレフィックス規則\) プロパティを設定します。IP プレフィックス 規則の一覧。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

IpPrefixPatchableProperties

public IpPrefixPatchableProperties()

IpPrefixPatchableProperties クラスのインスタンスを作成します。

メソッドの詳細

ipPrefixRules

public List ipPrefixRules()

ipPrefixRules プロパティを取得します。IP プレフィックス規則の一覧。

Returns:

ipPrefixRules 値。

validate

public void validate()

インスタンスを検証します。

withIpPrefixRules

public IpPrefixPatchableProperties withIpPrefixRules(List ipPrefixRules)

ipPrefixRules プロパティを設定します。IP プレフィックス規則の一覧。

Parameters:

ipPrefixRules - 設定する ipPrefixRules 値。

Returns:

IpPrefixPatchableProperties オブジェクト自体。

適用対象