DatadogExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Datadog.
public static class DatadogExtensions
type DatadogExtensions = class
Public Module DatadogExtensions
- Inheritance
-
DatadogExtensions
Methods
CreateOrUpdateMarketplaceAgreement(SubscriptionResource, DatadogAgreementResourceProperties, CancellationToken) |
Create Datadog marketplace agreement in the subscription.
|
CreateOrUpdateMarketplaceAgreementAsync(SubscriptionResource, DatadogAgreementResourceProperties, CancellationToken) |
Create Datadog marketplace agreement in the subscription.
|
GetDatadogMonitorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DatadogMonitorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DatadogMonitorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDatadogMonitorResource(ResourceIdentifier) instead. |
GetDatadogMonitorResource(ResourceGroupResource, String, CancellationToken) |
Get the properties of a specific monitor resource.
|
GetDatadogMonitorResourceAsync(ResourceGroupResource, String, CancellationToken) |
Get the properties of a specific monitor resource.
|
GetDatadogMonitorResources(ResourceGroupResource) |
Gets a collection of DatadogMonitorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDatadogMonitorResources() instead. |
GetDatadogMonitorResources(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetDatadogMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
List all monitors under the specified subscription.
|
GetDatadogSingleSignOnResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DatadogSingleSignOnResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DatadogSingleSignOnResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDatadogSingleSignOnResource(ResourceIdentifier) instead. |
GetMarketplaceAgreements(SubscriptionResource, CancellationToken) |
List Datadog marketplace agreements in the subscription.
|
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken) |
List Datadog marketplace agreements in the subscription.
|
GetMonitoringTagRuleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MonitoringTagRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MonitoringTagRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMonitoringTagRuleResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET