ConfluentOrganizationResource.CreateApiKeyAsync 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.
Creates API key for a schema registry Cluster ID or Kafka Cluster ID under a environment
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/createAPIKey
- Operation Id: Organization_CreateAPIKey
- Default Api Version: 2024-02-13
- Resource: ConfluentOrganizationResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentApiKeyRecord>> CreateApiKeyAsync (string environmentId, string clusterId, Azure.ResourceManager.Confluent.Models.ConfluentApiKeyCreateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateApiKeyAsync : string * string * Azure.ResourceManager.Confluent.Models.ConfluentApiKeyCreateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentApiKeyRecord>>
override this.CreateApiKeyAsync : string * string * Azure.ResourceManager.Confluent.Models.ConfluentApiKeyCreateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.Models.ConfluentApiKeyRecord>>
Public Overridable Function CreateApiKeyAsync (environmentId As String, clusterId As String, content As ConfluentApiKeyCreateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConfluentApiKeyRecord))
Parameters
- environmentId
- String
Confluent environment id.
- clusterId
- String
Confluent kafka or schema registry cluster id.
- content
- ConfluentApiKeyCreateContent
Request payload for get creating API Key for schema registry Cluster ID or Kafka Cluster ID under a environment.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
environmentId
or clusterId
is an empty string, and was expected to be non-empty.
environmentId
, clusterId
or content
is null.
Applies to
Azure SDK for .NET