TrafficControllerResource.GetTrafficControllerFrontend Method

Definition

Get a Frontend.

public virtual Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource> GetTrafficControllerFrontend(string frontendName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficControllerFrontend : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>
override this.GetTrafficControllerFrontend : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>
Public Overridable Function GetTrafficControllerFrontend (frontendName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrafficControllerFrontendResource)

Parameters

frontendName
String

Frontends.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

frontendName is null.

frontendName is an empty string, and was expected to be non-empty.

Applies to