ContextsOperations interface

コンテキスト操作を表すインターフェイス。

プロパティ

createOrUpdate

コンテキストリソースの作成または更新

delete
get

コンテキストリソースの取得

listByResourceGroup

指定したリソースグループ別一覧

listBySubscription

サブスクリプション別の一覧表示

update

コンテキストリソースの更新

プロパティの詳細

createOrUpdate

コンテキストリソースの作成または更新

createOrUpdate: (resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>

プロパティ値

(resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>

delete

delete: (resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

コンテキストリソースの取得

get: (resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>

プロパティ値

(resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>

listByResourceGroup

指定したリソースグループ別一覧

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

プロパティ値

(resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>

listBySubscription

サブスクリプション別の一覧表示

listBySubscription: (options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>

プロパティ値

(options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>

update

コンテキストリソースの更新

update: (resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>

プロパティ値

(resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>