MonitoringConfigOperationsExtensions.CreateOrUpdate 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.
Creates a new metric configuration or updates an existing one for a role.
public static Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration CreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IMonitoringConfigOperations operations, string deviceName, string roleName, Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration monitoringMetricConfiguration, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IMonitoringConfigOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration * string -> Microsoft.Azure.Management.DataBoxEdge.Models.MonitoringMetricConfiguration
<Extension()>
Public Function CreateOrUpdate (operations As IMonitoringConfigOperations, deviceName As String, roleName As String, monitoringMetricConfiguration As MonitoringMetricConfiguration, 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.
- monitoringMetricConfiguration
- MonitoringMetricConfiguration
The metric configuration.
- resourceGroupName
- String
The resource group name.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET