NewRelicMonitoredSubscriptionCollection.Exists 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.
Checks to see if the resource exists in azure.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/monitoredSubscriptions/{configurationName}
- Operation Id: MonitoredSubscriptions_Get
- Default Api Version: 2024-03-01
- Resource: NewRelicMonitoredSubscriptionResource
public virtual Azure.Response<bool> Exists (Azure.ResourceManager.NewRelicObservability.Models.MonitoredSubscriptionConfigurationName configurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.ResourceManager.NewRelicObservability.Models.MonitoredSubscriptionConfigurationName * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.ResourceManager.NewRelicObservability.Models.MonitoredSubscriptionConfigurationName * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (configurationName As MonitoredSubscriptionConfigurationName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parameters
- configurationName
- MonitoredSubscriptionConfigurationName
The configuration name. Only 'default' value is supported.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET