public static interface TrafficManagerEndpoint.UpdateStages.WithSubnet
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.Update |
withoutSubnet(String subnetStartIp,
int scope)
Specifies that the given subnet CIDR (start ip, mask) should be removed.
|
TrafficManagerEndpoint.Update |
withoutSubnet(String subnetStartIp,
String subnetEndIp)
Specifies that subnet with the given range should be removed.
|
TrafficManagerEndpoint.Update |
withSubnet(String subnetStartIp,
int mask)
Specifies the subnets for the endpoint in CIDR format (start ip, mask).
|
TrafficManagerEndpoint.Update |
withSubnet(String subnetStartIp,
String subnetEndIp)
Specifies the subnets for the endpoint as an ip range.
|
TrafficManagerEndpoint.Update |
withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
Specifies the subnets for this endpoint.
|
TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, int mask)
subnetStartIp
- the first ip in the subnetmask
- the subnet maskTrafficManagerEndpoint.Update withSubnet(String subnetStartIp, String subnetEndIp)
subnetStartIp
- the first ip in the subnetsubnetEndIp
- the last ip in the subnetTrafficManagerEndpoint.Update withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
subnets
- the array of subnet descriptionsTrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, int scope)
subnetStartIp
- the first ip in the subnetscope
- the subnet scopeTrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, String subnetEndIp)
subnetStartIp
- the first ip in the subnetsubnetEndIp
- the last ip in the subnetCopyright © 2019. All rights reserved.