Delen via


GeoCatalogsOperations interface

Interface die een GeoCatalogs-bewerking vertegenwoordigt.

Eigenschappen

create

Een GeoCatalog maken

delete
get

Ontvang een GeoCatalog

listByResourceGroup

Maak een lijst van GeoCatalog-bronnen per resourcegroep

listBySubscription

Maak een lijst van GeoCatalog-bronnen op abonnements-ID

update

Een GeoCatalog bijwerken

Eigenschapdetails

create

Een GeoCatalog maken

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

Waarde van eigenschap

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

delete

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

Waarde van eigenschap

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

get

Ontvang een GeoCatalog

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

Waarde van eigenschap

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

listByResourceGroup

Maak een lijst van GeoCatalog-bronnen per resourcegroep

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

Waarde van eigenschap

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

listBySubscription

Maak een lijst van GeoCatalog-bronnen op abonnements-ID

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

Waarde van eigenschap

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

update

Een GeoCatalog bijwerken

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

Waarde van eigenschap

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