ContextsOperations interface
Interface representing a Contexts operations.
Properties
| create |
Create or update Context Resource |
| delete | |
| get | Get Context Resource |
| list |
List by specified resource group |
| list |
List by subscription |
| update | update an Context Resource |
Property Details
createOrUpdate
Create or update Context Resource
createOrUpdate: (resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Property Value
(resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
delete
delete: (resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get Context Resource
get: (resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
Property Value
(resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
listByResourceGroup
List by specified resource group
listByResourceGroup: (resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Property Value
(resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
listBySubscription
List by subscription
listBySubscription: (options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Property Value
(options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
update
update an Context Resource
update: (resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Property Value
(resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>