TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet
The stage of the traffic manager endpoint definition allowing to specify subnets.
Modifier and Type | Method and Description |
---|---|
abstract
With |
with Specifies the subnet for the endpoint in CIDR format (start ip, mask). |
abstract
With |
with Specifies the subnet for the endpoint as an ip range. |
abstract
With |
with Specifies the usbnets for this endpoint. |
withSubnet
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach
Specifies the subnet for the endpoint in CIDR format (start ip, mask).
Parameters:
Returns:
withSubnet
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach
Specifies the subnet for the endpoint as an ip range.
Parameters:
Returns:
withSubnets
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach
Specifies the usbnets for this endpoint. This method replaces the current subnets with the provided subnets.
Parameters:
Returns: