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