TrafficManagerEndpoint.UpdateStages.WithAzureResource Interface
public static interface TrafficManagerEndpoint.UpdateStages.WithAzureResource
The stage of an Azure endpoint update allowing to specify the target Azure resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
toResourceId(String resourceId)
Specifies the resource ID of an Azure resource. |
Method Details
toResourceId
public abstract 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
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java