TrafficControllerResource.GetTrafficControllerFrontendAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a Frontend
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
- Operation Id: Frontend_Get
- Default Api Version: 2025-01-01
- Resource: TrafficControllerFrontendResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>> GetTrafficControllerFrontendAsync(string frontendName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficControllerFrontendAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>>
override this.GetTrafficControllerFrontendAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>>
Public Overridable Function GetTrafficControllerFrontendAsync (frontendName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.