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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java