IDeviceSettingsOperations Interface

Definition

DeviceSettingsOperations operations.

public interface IDeviceSettingsOperations
type IDeviceSettingsOperations = interface
Public Interface IDeviceSettingsOperations

Methods

BeginCreateOrUpdateAlertSettingsWithHttpMessagesAsync(String, AlertSettings, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the alert settings of the specified device.

BeginCreateOrUpdateTimeSettingsWithHttpMessagesAsync(String, TimeSettings, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the time settings of the specified device.

BeginSyncRemotemanagementCertificateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

sync Remote management Certificate between appliance and Service

BeginUpdateNetworkSettingsWithHttpMessagesAsync(String, NetworkSettingsPatch, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the network settings on the specified device.

BeginUpdateSecuritySettingsWithHttpMessagesAsync(String, SecuritySettingsPatch, String, String, Dictionary<String,List<String>>, CancellationToken)

Patch Security properties of the specified device name.

CreateOrUpdateAlertSettingsWithHttpMessagesAsync(String, AlertSettings, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the alert settings of the specified device.

CreateOrUpdateTimeSettingsWithHttpMessagesAsync(String, TimeSettings, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the time settings of the specified device.

GetAlertSettingsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the alert settings of the specified device.

GetNetworkSettingsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the network settings of the specified device.

GetSecuritySettingsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the Security properties of the specified device name.

GetTimeSettingsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the time settings of the specified device.

SyncRemotemanagementCertificateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

sync Remote management Certificate between appliance and Service

UpdateNetworkSettingsWithHttpMessagesAsync(String, NetworkSettingsPatch, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the network settings on the specified device.

UpdateSecuritySettingsWithHttpMessagesAsync(String, SecuritySettingsPatch, String, String, Dictionary<String,List<String>>, CancellationToken)

Patch Security properties of the specified device name.

Extension 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