TrafficManagerEndpoint.UpdateStages.WithSubnet Interface
public static interface TrafficManagerEndpoint.UpdateStages.WithSubnet
The stage of the traffic manager endpoint update allowing to specify subnets.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withSubnet(String subnetStartIp, int mask)
Specifies the subnets for the endpoint in CIDR format (start ip, mask). |
abstract Update |
withSubnet(String subnetStartIp, String subnetEndIp)
Specifies the subnets for the endpoint as an ip range. |
abstract Update |
withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
Specifies the subnets for this endpoint. |
abstract Update |
withoutSubnet(String subnetStartIp, int scope)
Specifies that the given subnet CIDR (start ip, mask) should be removed. |
abstract Update |
withoutSubnet(String subnetStartIp, String subnetEndIp)
Specifies that subnet with the given range should be removed. |
Method Details
withSubnet
public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, int mask)
Specifies the subnets for the endpoint in CIDR format (start ip, mask).
Parameters:
Returns:
withSubnet
public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, String subnetEndIp)
Specifies the subnets for the endpoint as an ip range.
Parameters:
Returns:
withSubnets
public abstract TrafficManagerEndpoint.Update withSubnets(List
Specifies the subnets for this endpoint.
Parameters:
Returns:
withoutSubnet
public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, int scope)
Specifies that the given subnet CIDR (start ip, mask) should be removed.
Parameters:
Returns:
withoutSubnet
public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, String subnetEndIp)
Specifies that subnet with the given range should be removed.
Parameters:
Returns:
Applies to
Azure SDK for Java