SettingsOperations interface
Interface representing a SettingsOperations.
Methods
| get(string, string, string, string, string, Settings |
Returns the base Settings for the target resource. |
| patch(string, string, string, string, string, Settings, Settings |
Update the base Settings of the target resource. |
| update(string, string, string, string, string, Settings, Settings |
Updates the base Settings of the target resource. |
Method Details
get(string, string, string, string, string, SettingsGetOptionalParams)
Returns the base Settings for the target resource.
function get(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, options?: SettingsGetOptionalParams): Promise<Settings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- baseProvider
-
string
The name of the base Resource Provider.
- baseResourceType
-
string
The name of the base Resource Type.
- baseResourceName
-
string
The name of the base resource.
- settingsResourceName
-
string
The name of the settings resource.
- options
- SettingsGetOptionalParams
The options parameters.
Returns
Promise<Settings>
patch(string, string, string, string, string, Settings, SettingsPatchOptionalParams)
Update the base Settings of the target resource.
function patch(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsPatchOptionalParams): Promise<Settings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- baseProvider
-
string
The name of the base Resource Provider.
- baseResourceType
-
string
The name of the base Resource Type.
- baseResourceName
-
string
The name of the base resource.
- settingsResourceName
-
string
The name of the settings resource.
- parameters
- Settings
Settings details
- options
- SettingsPatchOptionalParams
The options parameters.
Returns
Promise<Settings>
update(string, string, string, string, string, Settings, SettingsUpdateOptionalParams)
Updates the base Settings of the target resource.
function update(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsUpdateOptionalParams): Promise<Settings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- baseProvider
-
string
The name of the base Resource Provider.
- baseResourceType
-
string
The name of the base Resource Type.
- baseResourceName
-
string
The name of the base resource.
- settingsResourceName
-
string
The name of the settings resource.
- parameters
- Settings
Settings details
- options
- SettingsUpdateOptionalParams
The options parameters.
Returns
Promise<Settings>