次の方法で共有


TrafficManagerEndpoint.UpdateStages.WithSubnet インターフェイス

public static interface TrafficManagerEndpoint.UpdateStages.WithSubnet

サブネットを指定できる Traffic Manager エンドポイント更新のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withSubnet(String subnetStartIp, int mask)

エンドポイントのサブネットを CIDR 形式 (開始 ip、マスク) で指定します。

abstract Update withSubnet(String subnetStartIp, String subnetEndIp)

エンドポイントのサブネットを IP 範囲として指定します。

abstract Update withSubnets(List<EndpointPropertiesSubnetsItem> subnets)

このエンドポイントのサブネットを指定します。

abstract Update withoutSubnet(String subnetStartIp, int scope)

指定されたサブネット CIDR (開始 ip、マスク) を削除する必要があることを指定します。

abstract Update withoutSubnet(String subnetStartIp, String subnetEndIp)

指定した範囲のサブネットを削除することを指定します。

メソッドの詳細

withSubnet

public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, int mask)

エンドポイントのサブネットを CIDR 形式 (開始 ip、マスク) で指定します。

Parameters:

subnetStartIp - サブネット内の最初の IP
mask - サブネット マスク

Returns:

更新プログラムの次のステージ

withSubnet

public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, String subnetEndIp)

エンドポイントのサブネットを IP 範囲として指定します。

Parameters:

subnetStartIp - サブネット内の最初の IP
subnetEndIp - サブネット内の最後の IP

Returns:

更新プログラムの次のステージ

withSubnets

public abstract TrafficManagerEndpoint.Update withSubnets(List subnets)

このエンドポイントのサブネットを指定します。

Parameters:

subnets - サブネットの説明の配列

Returns:

更新プログラムの次のステージ

withoutSubnet

public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, int scope)

指定されたサブネット CIDR (開始 ip、マスク) を削除する必要があることを指定します。

Parameters:

subnetStartIp - サブネット内の最初の IP
scope - サブネット スコープ

Returns:

更新プログラムの次のステージ

withoutSubnet

public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, String subnetEndIp)

指定した範囲のサブネットを削除することを指定します。

Parameters:

subnetStartIp - サブネット内の最初の IP
subnetEndIp - サブネット内の最後の IP

Returns:

更新プログラムの次のステージ

適用対象