GeoCatalogsOperations interface

Interface représentant une opération GeoCatalogs.

Propriétés

create

Créer un GeoCatalog

delete
get

Obtenir un GeoCatalog

listByResourceGroup

Répertorier les ressources GeoCatalog par groupe de ressources

listBySubscription

Répertorier les ressources GeoCatalog par ID d’abonnement

update

Mettre à jour un GeoCatalog

Détails de la propriété

create

Créer un GeoCatalog

create: (resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>

Valeur de propriété

(resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>

delete

delete: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtenir un GeoCatalog

get: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>

Valeur de propriété

(resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>

listByResourceGroup

Répertorier les ressources GeoCatalog par groupe de ressources

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

Valeur de propriété

(resourceGroupName: string, options?: GeoCatalogsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>

listBySubscription

Répertorier les ressources GeoCatalog par ID d’abonnement

listBySubscription: (options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>

Valeur de propriété

(options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>

update

Mettre à jour un GeoCatalog

update: (resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>

Valeur de propriété

(resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>