MockableConfluentSubscriptionResource.CreateMarketplaceAgreement 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 Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement> CreateMarketplaceAgreement (Azure.ResourceManager.Confluent.Models.ConfluentAgreement body = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateMarketplaceAgreement : Azure.ResourceManager.Confluent.Models.ConfluentAgreement * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement>
override this.CreateMarketplaceAgreement : Azure.ResourceManager.Confluent.Models.ConfluentAgreement * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentAgreement>
Public Overridable Function CreateMarketplaceAgreement (Optional body As ConfluentAgreement = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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