Interface TrafficManagerEndpoint.DefinitionStages.WithAzureResource<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>,TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.DefinitionStages
public static interface TrafficManagerEndpoint.DefinitionStages.WithAzureResource<ParentT>The stage of the traffic manager profile Azure endpoint definition allowing to specify the ID of the target Azure resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>toResourceId(String resourceId)Specifies the resource ID of an Azure resource.
-
-
-
Method Detail
-
toResourceId
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> 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 definition
-
-