Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
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 © 2019. All rights reserved.