TrafficManagerAzureEndpoint Interface
Implements
public interface TrafficManagerAzureEndpoint
extends TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile Azure endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
targetAzureResourceId()
Gets the resource id of the target Azure resource. |
abstract
Target |
targetResourceType()
Gets the type of the target Azure resource. |
Method Details
targetAzureResourceId
public abstract String targetAzureResourceId()
Gets the resource id of the target Azure resource.
Returns:
the resource id of the target Azure resource.
targetResourceType
public abstract TargetAzureResourceType targetResourceType()
Gets the type of the target Azure resource.
Returns:
the type of the target Azure resource.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java