MockableConfluentSubscriptionResource.CreateMarketplaceAgreementAsync 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.
Create Confluent Marketplace agreement in the subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default
- Operation Id: MarketplaceAgreements_Create
- Default Api Version: 2024-02-13
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement>> CreateMarketplaceAgreementAsync (Azure.ResourceManager.Confluent.Models.ConfluentAgreement body = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateMarketplaceAgreementAsync : Azure.ResourceManager.Confluent.Models.ConfluentAgreement * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement>>
override this.CreateMarketplaceAgreementAsync : Azure.ResourceManager.Confluent.Models.ConfluentAgreement * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement>>
Public Overridable Function CreateMarketplaceAgreementAsync (Optional body As ConfluentAgreement = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConfluentAgreement))
Parameters
- body
- ConfluentAgreement
Confluent Marketplace Agreement resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET