SubscriptionResourceGetMonitorMetricsOptions(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SubscriptionResourceGetMonitorMetricsOptions.
public SubscriptionResourceGetMonitorMetricsOptions(string region);
new Azure.ResourceManager.Monitor.Models.SubscriptionResourceGetMonitorMetricsOptions : string -> Azure.ResourceManager.Monitor.Models.SubscriptionResourceGetMonitorMetricsOptions
Public Sub New (region As String)
Parameters
- region
- String
The region where the metrics you want reside.
Exceptions
region
is null.