DiagnosticSettingsOperationsExtensions.BeginUpdateDiagnosticRemoteSupportSettings 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.
Updates the diagnostic remote support settings on a Data Box Edge/Data Box Gateway device.
public static void BeginUpdateDiagnosticRemoteSupportSettings (this Microsoft.Azure.Management.DataBoxEdge.IDiagnosticSettingsOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticRemoteSupportSettings diagnosticRemoteSupportSettings, string resourceGroupName);
static member BeginUpdateDiagnosticRemoteSupportSettings : Microsoft.Azure.Management.DataBoxEdge.IDiagnosticSettingsOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticRemoteSupportSettings * string -> unit
<Extension()>
Public Sub BeginUpdateDiagnosticRemoteSupportSettings (operations As IDiagnosticSettingsOperations, deviceName As String, diagnosticRemoteSupportSettings As DiagnosticRemoteSupportSettings, resourceGroupName As String)
Parameters
- operations
- IDiagnosticSettingsOperations
The operations group for this extension method.
- deviceName
- String
The device name.
- diagnosticRemoteSupportSettings
- DiagnosticRemoteSupportSettings
The diagnostic remote support settings.
- resourceGroupName
- String
The resource group name.