Compartilhar via


SchemaRegistriesOperations interface

Interface que representa uma operação SchemaRegistries.

Propriedades

createOrReplace

Criar um SchemaRegistry

delete
get

Obter um SchemaRegistry

listByResourceGroup

Listar recursos do SchemaRegistry por grupo de recursos

listBySubscription

Listar recursos do SchemaRegistry por ID de assinatura

update

Atualizar um SchemaRegistry

Detalhes da propriedade

createOrReplace

Criar um SchemaRegistry

createOrReplace: (resourceGroupName: string, schemaRegistryName: string, resource: SchemaRegistry, options?: SchemaRegistriesCreateOrReplaceOptionalParams) => PollerLike<OperationState<SchemaRegistry>, SchemaRegistry>

Valor da propriedade

(resourceGroupName: string, schemaRegistryName: string, resource: SchemaRegistry, options?: SchemaRegistriesCreateOrReplaceOptionalParams) => PollerLike<OperationState<SchemaRegistry>, SchemaRegistry>

delete

delete: (resourceGroupName: string, schemaRegistryName: string, options?: SchemaRegistriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor da propriedade

(resourceGroupName: string, schemaRegistryName: string, options?: SchemaRegistriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obter um SchemaRegistry

get: (resourceGroupName: string, schemaRegistryName: string, options?: SchemaRegistriesGetOptionalParams) => Promise<SchemaRegistry>

Valor da propriedade

(resourceGroupName: string, schemaRegistryName: string, options?: SchemaRegistriesGetOptionalParams) => Promise<SchemaRegistry>

listByResourceGroup

Listar recursos do SchemaRegistry por grupo de recursos

listByResourceGroup: (resourceGroupName: string, options?: SchemaRegistriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaRegistry, SchemaRegistry[], PageSettings>

Valor da propriedade

(resourceGroupName: string, options?: SchemaRegistriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaRegistry, SchemaRegistry[], PageSettings>

listBySubscription

Listar recursos do SchemaRegistry por ID de assinatura

listBySubscription: (options?: SchemaRegistriesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SchemaRegistry, SchemaRegistry[], PageSettings>

Valor da propriedade

(options?: SchemaRegistriesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SchemaRegistry, SchemaRegistry[], PageSettings>

update

Atualizar um SchemaRegistry

update: (resourceGroupName: string, schemaRegistryName: string, properties: SchemaRegistryUpdate, options?: SchemaRegistriesUpdateOptionalParams) => PollerLike<OperationState<SchemaRegistry>, SchemaRegistry>

Valor da propriedade

(resourceGroupName: string, schemaRegistryName: string, properties: SchemaRegistryUpdate, options?: SchemaRegistriesUpdateOptionalParams) => PollerLike<OperationState<SchemaRegistry>, SchemaRegistry>