Compartilhar via


SchemaRegistryOperationsExtensions.DeleteAsync Método

Definição

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations operations, string resourceGroupName, string namespaceName, string schemaGroupName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As ISchemaRegistryOperations, resourceGroupName As String, namespaceName As String, schemaGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
ISchemaRegistryOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos dentro da assinatura do azure.

namespaceName
String

O nome do namespace

schemaGroupName
String

O nome do grupo de esquemas

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a