MonitoringSettings interface

Interface representing a MonitoringSettings.

Methods

beginUpdatePatch(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePatchOptionalParams)

Update the Monitoring Setting.

beginUpdatePatchAndWait(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePatchOptionalParams)

Update the Monitoring Setting.

beginUpdatePut(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePutOptionalParams)

Update the Monitoring Setting.

beginUpdatePutAndWait(string, string, MonitoringSettingResource, MonitoringSettingsUpdatePutOptionalParams)

Update the Monitoring Setting.

get(string, string, MonitoringSettingsGetOptionalParams)

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

options
MonitoringSettingsUpdatePatchOptionalParams

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

options
MonitoringSettingsUpdatePatchOptionalParams

The options parameters.

Returns

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

options
MonitoringSettingsUpdatePutOptionalParams

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

options
MonitoringSettingsUpdatePutOptionalParams

The options parameters.

Returns

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.

options
MonitoringSettingsGetOptionalParams

The options parameters.

Returns