Uses of Class
com.azure.resourcemanager.trafficmanager.models.EndpointPropertiesSubnetsItem
-
Packages that use EndpointPropertiesSubnetsItem Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of EndpointPropertiesSubnetsItem in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return types with arguments of type EndpointPropertiesSubnetsItem Modifier and Type Method Description List<EndpointPropertiesSubnetsItem>EndpointInner. subnets()Get the subnets property: The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method.Method parameters in com.azure.resourcemanager.trafficmanager.fluent.models with type arguments of type EndpointPropertiesSubnetsItem Modifier and Type Method Description EndpointInnerEndpointInner. withSubnets(List<EndpointPropertiesSubnetsItem> subnets)Set the subnets property: The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. -
Uses of EndpointPropertiesSubnetsItem in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return EndpointPropertiesSubnetsItem Modifier and Type Method Description EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withFirst(String first)Set the first property: First address in the subnet.EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withLast(String last)Set the last property: Last address in the subnet.EndpointPropertiesSubnetsItemEndpointPropertiesSubnetsItem. withScope(Integer scope)Set the scope property: Block size (number of leading bits in the subnet mask).Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type EndpointPropertiesSubnetsItem Modifier and Type Method Description Collection<EndpointPropertiesSubnetsItem>TrafficManagerEndpoint. subnets()Method parameters in com.azure.resourcemanager.trafficmanager.models 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.
-