GeoCatalogsOperations interface
Interfaz que representa las operaciones de un GeoCatálogo.
Propiedades
| create | Crear un GeoCatálogo |
| delete | |
| get | Consigue un GeoCatálogo |
| list |
Lista los recursos del GeoCatálogo por grupo de recursos |
| list |
Listar recursos de GeoCatalog por ID de suscripción |
| update | Actualizar un GeoCatálogo |
Detalles de las propiedades
create
Crear un GeoCatálogo
create: (resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
Valor de propiedad
(resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
delete
delete: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de propiedad
(resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Consigue un GeoCatálogo
get: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>
Valor de propiedad
(resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>
listByResourceGroup
Lista los recursos del GeoCatálogo por grupo de recursos
listByResourceGroup: (resourceGroupName: string, options?: GeoCatalogsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
Valor de propiedad
(resourceGroupName: string, options?: GeoCatalogsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
listBySubscription
Listar recursos de GeoCatalog por ID de suscripción
listBySubscription: (options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
Valor de propiedad
(options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
update
Actualizar un GeoCatálogo
update: (resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
Valor de propiedad
(resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>