MonitoringSettings interface
Interface representing a MonitoringSettings.
Methods
begin |
Update the Monitoring Setting. |
begin |
Update the Monitoring Setting. |
begin |
Update the Monitoring Setting. |
begin |
Update the Monitoring Setting. |
get(string, string, Monitoring |
Get the Monitoring Setting and its properties. |
Method Details
beginUpdatePatch(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePatchOptionalParams)
Update the Monitoring Setting.
function beginUpdatePatch(resourceGroupName: string, serviceName: string, monitoringSettingResource: MonitoringSettingResource, options?: MonitoringSettingsUpdatePatchOptionalParams): Promise<SimplePollerLike<OperationState<MonitoringSettingResource>, MonitoringSettingResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- monitoringSettingResource
- MonitoringSettingResource
Parameters for the update operation
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitoringSettingResource>, MonitoringSettingResource>>
beginUpdatePatchAndWait(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePatchOptionalParams)
Update the Monitoring Setting.
function beginUpdatePatchAndWait(resourceGroupName: string, serviceName: string, monitoringSettingResource: MonitoringSettingResource, options?: MonitoringSettingsUpdatePatchOptionalParams): Promise<MonitoringSettingResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- monitoringSettingResource
- MonitoringSettingResource
Parameters for the update operation
The options parameters.
Returns
Promise<MonitoringSettingResource>
beginUpdatePut(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePutOptionalParams)
Update the Monitoring Setting.
function beginUpdatePut(resourceGroupName: string, serviceName: string, monitoringSettingResource: MonitoringSettingResource, options?: MonitoringSettingsUpdatePutOptionalParams): Promise<SimplePollerLike<OperationState<MonitoringSettingResource>, MonitoringSettingResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- monitoringSettingResource
- MonitoringSettingResource
Parameters for the update operation
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitoringSettingResource>, MonitoringSettingResource>>
beginUpdatePutAndWait(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePutOptionalParams)
Update the Monitoring Setting.
function beginUpdatePutAndWait(resourceGroupName: string, serviceName: string, monitoringSettingResource: MonitoringSettingResource, options?: MonitoringSettingsUpdatePutOptionalParams): Promise<MonitoringSettingResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- monitoringSettingResource
- MonitoringSettingResource
Parameters for the update operation
The options parameters.
Returns
Promise<MonitoringSettingResource>
get(string, string, MonitoringSettingsGetOptionalParams)
Get the Monitoring Setting and its properties.
function get(resourceGroupName: string, serviceName: string, options?: MonitoringSettingsGetOptionalParams): Promise<MonitoringSettingResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
The options parameters.
Returns
Promise<MonitoringSettingResource>