ContextsOperations interface
Interfaccia che rappresenta un'operazione di Contexts.
Proprietà
| create |
Creare o aggiornare la risorsa di contesto |
| delete | |
| get | Ottieni risorsa contesto |
| list |
Elencare in base al gruppo di risorse specificato |
| list |
Elenco per sottoscrizione |
| update | aggiornare una risorsa di contesto |
Dettagli proprietà
createOrUpdate
Creare o aggiornare la risorsa di contesto
createOrUpdate: (resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Valore della proprietà
(resourceGroupName: string, contextName: string, resource: Context, options?: ContextsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
delete
delete: (resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, contextName: string, options?: ContextsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottieni risorsa contesto
get: (resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
Valore della proprietà
(resourceGroupName: string, contextName: string, options?: ContextsGetOptionalParams) => Promise<Context>
listByResourceGroup
Elencare in base al gruppo di risorse specificato
listByResourceGroup: (resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: ContextsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
listBySubscription
Elenco per sottoscrizione
listBySubscription: (options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
Valore della proprietà
(options?: ContextsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Context, Context[], PageSettings>
update
aggiornare una risorsa di contesto
update: (resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>
Valore della proprietà
(resourceGroupName: string, contextName: string, properties: ContextUpdate, options?: ContextsUpdateOptionalParams) => PollerLike<OperationState<Context>, Context>