SchemaRegistriesOperations interface
Interface que representa operações SchemaRegistries.
Propriedades
create |
Criar um SchemaRegistry |
delete | Excluir um SchemaRegistry |
get | Obter um SchemaRegistry |
list |
Listar recursos de SchemaRegistry por grupo de recursos |
list |
Listar recursos de 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
Excluir um SchemaRegistry
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 de 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 de 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>
Azure SDK for JavaScript