MockableTrafficManagerResourceGroupResource.GetTrafficManagerProfileAsync 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.
Gets a Traffic Manager profile.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}
- Operation Id: Profiles_Get
- Default Api Version: 2022-04-01
- Resource: TrafficManagerProfileResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerProfileResource>> GetTrafficManagerProfileAsync (string profileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficManagerProfileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerProfileResource>>
override this.GetTrafficManagerProfileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerProfileResource>>
Public Overridable Function GetTrafficManagerProfileAsync (profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TrafficManagerProfileResource))
Parameters
- profileName
- String
The name of the Traffic Manager profile.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
profileName
is null.
profileName
is an empty string, and was expected to be non-empty.