ContextsOperations interface
Bağlam işlemlerini temsil eden arabirim.
Özellikler
| create |
Bağlam Kaynağı oluşturma veya güncelleştirme |
| delete | |
| get | Bağlam Kaynağını Alın |
| list |
Belirtilen kaynak grubuna göre listeleme |
| list |
Aboneliğe göre listeleme |
| update | Bağlam Kaynağını güncelleştirme |
Özellik Ayrıntıları
createOrUpdate
Bağlam Kaynağı oluşturma veya güncelleştirme
createOrUpdate: (resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Özellik Değeri
(resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
delete
delete: (resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Bağlam Kaynağını Alın
get: (resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
Özellik Değeri
(resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
listByResourceGroup
Belirtilen kaynak grubuna göre listeleme
listByResourceGroup: (resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Özellik Değeri
(resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
listBySubscription
Aboneliğe göre listeleme
listBySubscription: (options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Özellik Değeri
(options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
update
Bağlam Kaynağını güncelleştirme
update: (resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Özellik Değeri
(resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>