Uses of Class
com.azure.resourcemanager.trafficmanager.models.EndpointPropertiesSubnetsItem
Packages that use EndpointPropertiesSubnetsItem
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
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 EndpointPropertiesSubnetsItemModifier and TypeMethodDescriptionEndpointInner.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.EndpointProperties.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 EndpointPropertiesSubnetsItemModifier and TypeMethodDescriptionEndpointInner.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.EndpointProperties.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 EndpointPropertiesSubnetsItemModifier and TypeMethodDescriptionEndpointPropertiesSubnetsItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointPropertiesSubnetsItem from the JsonReader.Set the first property: First address in the subnet.Set the last property: Last address in the subnet.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 EndpointPropertiesSubnetsItemMethod parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type EndpointPropertiesSubnetsItemModifier and TypeMethodDescriptionTrafficManagerEndpoint.DefinitionStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) Specifies the subnets for this endpoint.TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) Specifies the usbnets for this endpoint.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets) Specifies the subnets for this endpoint.