Share via


DeviceSettingsOperationsExtensions Class

Definition

Extension methods for DeviceSettingsOperations.

public static class DeviceSettingsOperationsExtensions
type DeviceSettingsOperationsExtensions = class
Public Module DeviceSettingsOperationsExtensions
Inheritance
DeviceSettingsOperationsExtensions

Methods

BeginCreateOrUpdateAlertSettings(IDeviceSettingsOperations, String, AlertSettings, String, String)

Creates or updates the alert settings of the specified device.

BeginCreateOrUpdateAlertSettingsAsync(IDeviceSettingsOperations, String, AlertSettings, String, String, CancellationToken)

Creates or updates the alert settings of the specified device.

BeginCreateOrUpdateTimeSettings(IDeviceSettingsOperations, String, TimeSettings, String, String)

Creates or updates the time settings of the specified device.

BeginCreateOrUpdateTimeSettingsAsync(IDeviceSettingsOperations, String, TimeSettings, String, String, CancellationToken)

Creates or updates the time settings of the specified device.

BeginSyncRemotemanagementCertificate(IDeviceSettingsOperations, String, String, String)

sync Remote management Certificate between appliance and Service

BeginSyncRemotemanagementCertificateAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

sync Remote management Certificate between appliance and Service

BeginUpdateNetworkSettings(IDeviceSettingsOperations, String, NetworkSettingsPatch, String, String)

Updates the network settings on the specified device.

BeginUpdateNetworkSettingsAsync(IDeviceSettingsOperations, String, NetworkSettingsPatch, String, String, CancellationToken)

Updates the network settings on the specified device.

BeginUpdateSecuritySettings(IDeviceSettingsOperations, String, SecuritySettingsPatch, String, String)

Patch Security properties of the specified device name.

BeginUpdateSecuritySettingsAsync(IDeviceSettingsOperations, String, SecuritySettingsPatch, String, String, CancellationToken)

Patch Security properties of the specified device name.

CreateOrUpdateAlertSettings(IDeviceSettingsOperations, String, AlertSettings, String, String)

Creates or updates the alert settings of the specified device.

CreateOrUpdateAlertSettingsAsync(IDeviceSettingsOperations, String, AlertSettings, String, String, CancellationToken)

Creates or updates the alert settings of the specified device.

CreateOrUpdateTimeSettings(IDeviceSettingsOperations, String, TimeSettings, String, String)

Creates or updates the time settings of the specified device.

CreateOrUpdateTimeSettingsAsync(IDeviceSettingsOperations, String, TimeSettings, String, String, CancellationToken)

Creates or updates the time settings of the specified device.

GetAlertSettings(IDeviceSettingsOperations, String, String, String)

Gets the alert settings of the specified device.

GetAlertSettingsAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

Gets the alert settings of the specified device.

GetNetworkSettings(IDeviceSettingsOperations, String, String, String)

Gets the network settings of the specified device.

GetNetworkSettingsAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

Gets the network settings of the specified device.

GetSecuritySettings(IDeviceSettingsOperations, String, String, String)

Returns the Security properties of the specified device name.

GetSecuritySettingsAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

Returns the Security properties of the specified device name.

GetTimeSettings(IDeviceSettingsOperations, String, String, String)

Gets the time settings of the specified device.

GetTimeSettingsAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

Gets the time settings of the specified device.

SyncRemotemanagementCertificate(IDeviceSettingsOperations, String, String, String)

sync Remote management Certificate between appliance and Service

SyncRemotemanagementCertificateAsync(IDeviceSettingsOperations, String, String, String, CancellationToken)

sync Remote management Certificate between appliance and Service

UpdateNetworkSettings(IDeviceSettingsOperations, String, NetworkSettingsPatch, String, String)

Updates the network settings on the specified device.

UpdateNetworkSettingsAsync(IDeviceSettingsOperations, String, NetworkSettingsPatch, String, String, CancellationToken)

Updates the network settings on the specified device.

UpdateSecuritySettings(IDeviceSettingsOperations, String, SecuritySettingsPatch, String, String)

Patch Security properties of the specified device name.

UpdateSecuritySettingsAsync(IDeviceSettingsOperations, String, SecuritySettingsPatch, String, String, CancellationToken)

Patch Security properties of the specified device name.

Applies to