| Modifier and Type | Method and Description |
|---|---|
EndpointPropertiesSubnetsItem |
EndpointPropertiesSubnetsItem.withFirst(String first)
Set first address in the subnet.
|
EndpointPropertiesSubnetsItem |
EndpointPropertiesSubnetsItem.withLast(String last)
Set last address in the subnet.
|
EndpointPropertiesSubnetsItem |
EndpointPropertiesSubnetsItem.withScope(Integer scope)
Set block size (number of leading bits in the subnet mask).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EndpointPropertiesSubnetsItem> |
TrafficManagerEndpoint.subnets() |
| Modifier and Type | Method and 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.Update |
TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets)
Specifies the subnets for this endpoint.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/