GeoCatalogsOperations interface
Rozhraní reprezentující operace GeoCatalogs.
Vlastnosti
| create | Vytvoření geokatalogu |
| delete | |
| get | Získejte GeoCatalog |
| list |
Výpis prostředků GeoCatalog podle skupiny prostředků |
| list |
Výpis prostředků GeoCatalogu podle ID předplatného |
| update | Aktualizace GeoKatalogu |
Podrobnosti vlastnosti
create
Vytvoření geokatalogu
create: (resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
Hodnota vlastnosti
(resourceGroupName: string, catalogName: string, resource: GeoCatalog, options?: GeoCatalogsCreateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
delete
delete: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Hodnota vlastnosti
(resourceGroupName: string, catalogName: string, options?: GeoCatalogsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Získejte GeoCatalog
get: (resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>
Hodnota vlastnosti
(resourceGroupName: string, catalogName: string, options?: GeoCatalogsGetOptionalParams) => Promise<GeoCatalog>
listByResourceGroup
Výpis prostředků GeoCatalog podle skupiny prostředků
listByResourceGroup: (resourceGroupName: string, options?: GeoCatalogsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, options?: GeoCatalogsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
listBySubscription
Výpis prostředků GeoCatalogu podle ID předplatného
listBySubscription: (options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
Hodnota vlastnosti
(options?: GeoCatalogsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GeoCatalog, GeoCatalog[], PageSettings>
update
Aktualizace GeoKatalogu
update: (resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>
Hodnota vlastnosti
(resourceGroupName: string, catalogName: string, properties: GeoCatalogUpdate, options?: GeoCatalogsUpdateOptionalParams) => PollerLike<OperationState<GeoCatalog>, GeoCatalog>