TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource
The stage of the traffic manager profile Azure endpoint definition allowing to specify the ID of the target Azure resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
toResourceId(String resourceId)
Specifies the resource ID of an Azure resource. |
Method Details
toResourceId
public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach
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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java