Uses of Class
com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem
-
-
Uses of EndpointPropertiesSubnetsItem in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return EndpointPropertiesSubnetsItem Modifier and Type Method Description EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withFirst(String first)Set first address in the subnet.EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withLast(String last)Set last address in the subnet.EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withScope(Integer scope)Set block size (number of leading bits in the subnet mask).Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type EndpointPropertiesSubnetsItem Modifier and Type Method Description Collection<EndpointPropertiesSubnetsItem>TrafficManagerEndpoint. subnets()Method parameters in com.microsoft.azure.management.trafficmanager with type arguments of type EndpointPropertiesSubnetsItem Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>TrafficManagerEndpoint.DefinitionStages.WithSubnet. withSubnets(List<EndpointPropertiesSubnetsItem> subnets)Specifies the subnets for this endpoint.TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet. withSubnets(List<EndpointPropertiesSubnetsItem> subnets)Specifies the usbnets for this endpoint.TrafficManagerEndpoint.UpdateTrafficManagerEndpoint.UpdateStages.WithSubnet. withSubnets(List<EndpointPropertiesSubnetsItem> subnets)Specifies the subnets for this endpoint.
-