AIManagersOperations interface
Interface representing a AIManagers operations.
Properties
| create |
Create a AIManager |
| delete | Delete a AIManager |
| get | Get a AIManager |
| list |
List AIManager resources by resource group |
| list |
List AIManager resources by subscription ID |
| list |
Lists the credentials of an AI Manager. |
| update | Update a AIManager |
Property Details
createOrUpdate
Create a AIManager
createOrUpdate: (resourceGroupName: string, aiManagerName: string, resource: AIManager, options?: AIManagersCreateOrUpdateOptionalParams) => PollerLike<OperationState<AIManager>, AIManager>
Property Value
(resourceGroupName: string, aiManagerName: string, resource: AIManager, options?: AIManagersCreateOrUpdateOptionalParams) => PollerLike<OperationState<AIManager>, AIManager>
delete
Delete a AIManager
delete: (resourceGroupName: string, aiManagerName: string, options?: AIManagersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, aiManagerName: string, options?: AIManagersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a AIManager
get: (resourceGroupName: string, aiManagerName: string, options?: AIManagersGetOptionalParams) => Promise<AIManager>
Property Value
(resourceGroupName: string, aiManagerName: string, options?: AIManagersGetOptionalParams) => Promise<AIManager>
listByResourceGroup
List AIManager resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: AIManagersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AIManager, AIManager[], PageSettings>
Property Value
(resourceGroupName: string, options?: AIManagersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AIManager, AIManager[], PageSettings>
listBySubscription
List AIManager resources by subscription ID
listBySubscription: (options?: AIManagersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AIManager, AIManager[], PageSettings>
Property Value
(options?: AIManagersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AIManager, AIManager[], PageSettings>
listCredential
Lists the credentials of an AI Manager.
listCredential: (resourceGroupName: string, aiManagerName: string, options?: AIManagersListCredentialOptionalParams) => Promise<CredentialResults>
Property Value
(resourceGroupName: string, aiManagerName: string, options?: AIManagersListCredentialOptionalParams) => Promise<CredentialResults>
update
Update a AIManager
update: (resourceGroupName: string, aiManagerName: string, properties: AIManagerPatch, options?: AIManagersUpdateOptionalParams) => Promise<AIManager>
Property Value
(resourceGroupName: string, aiManagerName: string, properties: AIManagerPatch, options?: AIManagersUpdateOptionalParams) => Promise<AIManager>