Interface TrafficManagerEndpoint.UpdateStages.WithAzureResource
-
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateAzureEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithAzureResourceThe stage of an Azure endpoint update allowing to specify the target Azure resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdatetoResourceId(String resourceId)Specifies the resource ID of an Azure resource.
-
-
-
Method Detail
-
toResourceId
TrafficManagerEndpoint.Update toResourceId(String resourceId)
Specifies the resource ID of an Azure resource.supported Azure resources are cloud service, web app or public ip
- Parameters:
resourceId- the Azure resource id- Returns:
- the next stage of the update
-
-