MonitoringConfigOperationsExtensions.Get Method
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.
Gets a metric configuration of a role.
public static Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration Get (this Microsoft.Azure.Management.DataBoxEdge.IMonitoringConfigOperations operations, string deviceName, string roleName, string resourceGroupName);
static member Get : Microsoft.Azure.Management.DataBoxEdge.IMonitoringConfigOperations * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration
<Extension()>
Public Function Get (operations As IMonitoringConfigOperations, deviceName As String, roleName As String, resourceGroupName As String) As MonitoringMetricConfiguration
Parameters
- operations
- IMonitoringConfigOperations
The operations group for this extension method.
- deviceName
- String
The device name.
- roleName
- String
The role name.
- resourceGroupName
- String
The resource group name.