Share via


MetricSetting Constructor (String, MetricSettingValue)

 

Initializes a new instance of the MetricSetting class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public MetricSetting(
    string resourceId,
    MetricSettingValue value
)
public:
MetricSetting(
    String^ resourceId,
    MetricSettingValue^ value
)
new : 
        resourceId:string *
        value:MetricSettingValue -> MetricSetting
Public Sub New (
    resourceId As String,
    value As MetricSettingValue
)

See Also

MetricSetting Overload
MetricSetting Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top