ParentT
- the return type of Attachable.InDefinition.attach()
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT>
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withSubnet(String subnetStartIp,
int mask)
Specifies the subnet for the endpoint in CIDR format (start ip, mask).
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withSubnet(String subnetStartIp,
String subnetEndIp)
Specifies the subnet for the endpoint as an ip range.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
Specifies the usbnets for this endpoint.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withSubnet(String subnetStartIp, int mask)
subnetStartIp
- the first ip in the subnetmask
- the subnet scopeTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withSubnet(String subnetStartIp, String subnetEndIp)
subnetStartIp
- the first ip in the subnetsubnetEndIp
- the last ip in the subnetTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
subnets
- the array of subnets descriptionCopyright © 2019. All rights reserved.