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 TargetAzureResourceType 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