SchemasOperations interface

Şema işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Şema Kaynağı oluşturma veya güncelleştirme

createVersion

Şema sürümü kaynağı oluşturma

delete
get

Şema kaynağı alma

listByResourceGroup

Belirtilen kaynak grubuna göre listeleme

listBySubscription

Aboneliğe göre listeleme

removeVersion

Şema sürümü kaynağını kaldırma

update

Şema Kaynağını güncelleştirme

Özellik Ayrıntıları

createOrUpdate

Şema Kaynağı oluşturma veya güncelleştirme

createOrUpdate: (resourceGroupName: string, schemaName: string, resource: Schema, options?: SchemasCreateOrUpdateOptionalParams) => PollerLike<OperationState<Schema>, Schema>

Özellik Değeri

(resourceGroupName: string, schemaName: string, resource: Schema, options?: SchemasCreateOrUpdateOptionalParams) => PollerLike<OperationState<Schema>, Schema>

createVersion

Şema sürümü kaynağı oluşturma

createVersion: (resourceGroupName: string, schemaName: string, body: SchemaVersionWithUpdateType, options?: SchemasCreateVersionOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>

Özellik Değeri

(resourceGroupName: string, schemaName: string, body: SchemaVersionWithUpdateType, options?: SchemasCreateVersionOptionalParams) => PollerLike<OperationState<SchemaVersion>, SchemaVersion>

delete

delete: (resourceGroupName: string, schemaName: string, options?: SchemasDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, schemaName: string, options?: SchemasDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Şema kaynağı alma

get: (resourceGroupName: string, schemaName: string, options?: SchemasGetOptionalParams) => Promise<Schema>

Özellik Değeri

(resourceGroupName: string, schemaName: string, options?: SchemasGetOptionalParams) => Promise<Schema>

listByResourceGroup

Belirtilen kaynak grubuna göre listeleme

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

Özellik Değeri

(resourceGroupName: string, options?: SchemasListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Schema, Schema[], PageSettings>

listBySubscription

Aboneliğe göre listeleme

listBySubscription: (options?: SchemasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Schema, Schema[], PageSettings>

Özellik Değeri

(options?: SchemasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Schema, Schema[], PageSettings>

removeVersion

Şema sürümü kaynağını kaldırma

removeVersion: (resourceGroupName: string, schemaName: string, body: VersionParameter, options?: SchemasRemoveVersionOptionalParams) => Promise<RemoveVersionResponse>

Özellik Değeri

(resourceGroupName: string, schemaName: string, body: VersionParameter, options?: SchemasRemoveVersionOptionalParams) => Promise<RemoveVersionResponse>

update

Şema Kaynağını güncelleştirme

update: (resourceGroupName: string, schemaName: string, properties: SchemaUpdate, options?: SchemasUpdateOptionalParams) => Promise<Schema>

Özellik Değeri

(resourceGroupName: string, schemaName: string, properties: SchemaUpdate, options?: SchemasUpdateOptionalParams) => Promise<Schema>