TrafficManagerUserMetricsResource.Get(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 the subscription-level key used for Real User Metrics collection.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default
- Operation Id: TrafficManagerUserMetricsKeys_Get
public virtual Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricsResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricsResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricsResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrafficManagerUserMetricsResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Remarks
The method is added to overcome problem when the Get API returns resource id with the subscription part which actually is an invalid ARM resource id.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET