DatadogExtensions.CreateOrUpdateMarketplaceAgreement Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez un contrat de place de marché Datadog dans l’abonnement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Datadog/agreements/default
- IdMarketplaceAgreements_CreateOrUpdate d’opération
public static Azure.Response<Azure.ResourceManager.Datadog.Models.DatadogAgreementResource> CreateOrUpdateMarketplaceAgreement (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Datadog.Models.DatadogAgreementResource body = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateMarketplaceAgreement : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Datadog.Models.DatadogAgreementResource * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Datadog.Models.DatadogAgreementResource>
<Extension()>
Public Function CreateOrUpdateMarketplaceAgreement (subscriptionResource As SubscriptionResource, Optional body As DatadogAgreementResource = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DatadogAgreementResource)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
DatadogAgreementResource à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.