ContextsOperations interface

Schnittstelle, die eine Contexts-Operation darstellt.

Eigenschaften

createOrUpdate

Erstellen oder Aktualisieren einer Kontextressource

delete
get

Abrufen der Kontextressource

listByResourceGroup

Auflisten nach angegebener Ressourcengruppe

listBySubscription

Auflisten nach Abonnement

update

Aktualisieren einer Kontextressource

Details zur Eigenschaft

createOrUpdate

Erstellen oder Aktualisieren einer Kontextressource

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

Eigenschaftswert

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

delete

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

Eigenschaftswert

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

get

Abrufen der Kontextressource

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

Eigenschaftswert

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

listByResourceGroup

Auflisten nach angegebener Ressourcengruppe

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

Eigenschaftswert

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

listBySubscription

Auflisten nach Abonnement

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

Eigenschaftswert

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

update

Aktualisieren einer Kontextressource

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

Eigenschaftswert

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