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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET