GeoCatalogsOperations interface

GeoCatalogs işlemlerini temsil eden arayüz.

Özellikler

create

Bir GeoKatalog Oluştur

delete
get

Bir GeoCatalog alın

listByResourceGroup

GeoCatalog kaynaklarını kaynak gruplarına göre listele

listBySubscription

GeoCatalog kaynaklarını abonelik kimliğine göre listeleyin

update

Bir GeoCatalog'u Güncelleme

Özellik Ayrıntıları

create

Bir GeoKatalog Oluştur

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

Özellik Değeri

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

delete

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

Özellik Değeri

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

get

Bir GeoCatalog alın

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

Özellik Değeri

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

listByResourceGroup

GeoCatalog kaynaklarını kaynak gruplarına göre listele

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

Özellik Değeri

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

listBySubscription

GeoCatalog kaynaklarını abonelik kimliğine göre listeleyin

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

Özellik Değeri

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

update

Bir GeoCatalog'u Güncelleme

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

Özellik Değeri

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