ProfileResource.GetLogAnalyticsLocations(CancellationToken) 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 all available location names for AFD log analytics report.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/getLogAnalyticsLocations
- Operation Id: LogAnalytics_GetLogAnalyticsLocations
- Default Api Version: 2024-02-01
public virtual Azure.Response<Azure.ResourceManager.Cdn.Models.ContinentsResponse> GetLogAnalyticsLocations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogAnalyticsLocations : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.ContinentsResponse>
override this.GetLogAnalyticsLocations : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.ContinentsResponse>
Public Overridable Function GetLogAnalyticsLocations (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContinentsResponse)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.