ProductSettingsOperations interface
Interface representing a ProductSettings operations.
Properties
| delete | Delete setting of the product. |
| get | Gets a setting. |
| list | List of all the settings |
| update | Updates setting. |
Property Details
delete
Delete setting of the product.
delete: (resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsDeleteOptionalParams) => Promise<void>
get
Gets a setting.
get: (resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsGetOptionalParams) => Promise<SettingsUnion>
Property Value
(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsGetOptionalParams) => Promise<SettingsUnion>
list
List of all the settings
list: (resourceGroupName: string, workspaceName: string, options?: ProductSettingsListOptionalParams) => PagedAsyncIterableIterator<SettingsUnion, SettingsUnion[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: ProductSettingsListOptionalParams) => PagedAsyncIterableIterator<SettingsUnion, SettingsUnion[], PageSettings>
update
Updates setting.
update: (resourceGroupName: string, workspaceName: string, settingsName: string, settings: SettingsUnion, options?: ProductSettingsUpdateOptionalParams) => Promise<SettingsUnion>
Property Value
(resourceGroupName: string, workspaceName: string, settingsName: string, settings: SettingsUnion, options?: ProductSettingsUpdateOptionalParams) => Promise<SettingsUnion>