IDeviceSecurityGroupsOperations Interface
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.
DeviceSecurityGroupsOperations operations.
public interface IDeviceSecurityGroupsOperations
type IDeviceSecurityGroupsOperations = interface
Public Interface IDeviceSecurityGroupsOperations
Methods
| Name | Description |
|---|---|
| CreateOrUpdateWithHttpMessagesAsync(String, String, DeviceSecurityGroup, Dictionary<String,List<String>>, CancellationToken) |
Use this method to creates or updates the device security group on a specified IoT Hub resource. |
| DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
User this method to deletes the device security group. |
| GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Use this method to get the device security group for the specified IoT Hub resource. |
| ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Use this method get the list of device security groups for the specified IoT Hub resource. |
| ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Use this method get the list of device security groups for the specified IoT Hub resource. |
Extension Methods
| Name | Description |
|---|---|
| CreateOrUpdate(IDeviceSecurityGroupsOperations, String, String, DeviceSecurityGroup) |
Use this method to creates or updates the device security group on a specified IoT Hub resource. |
| CreateOrUpdateAsync(IDeviceSecurityGroupsOperations, String, String, DeviceSecurityGroup, CancellationToken) |
Use this method to creates or updates the device security group on a specified IoT Hub resource. |
| Delete(IDeviceSecurityGroupsOperations, String, String) |
User this method to deletes the device security group. |
| DeleteAsync(IDeviceSecurityGroupsOperations, String, String, CancellationToken) |
User this method to deletes the device security group. |
| Get(IDeviceSecurityGroupsOperations, String, String) |
Use this method to get the device security group for the specified IoT Hub resource. |
| GetAsync(IDeviceSecurityGroupsOperations, String, String, CancellationToken) |
Use this method to get the device security group for the specified IoT Hub resource. |
| List(IDeviceSecurityGroupsOperations, String) |
Use this method get the list of device security groups for the specified IoT Hub resource. |
| ListAsync(IDeviceSecurityGroupsOperations, String, CancellationToken) |
Use this method get the list of device security groups for the specified IoT Hub resource. |
| ListNext(IDeviceSecurityGroupsOperations, String) |
Use this method get the list of device security groups for the specified IoT Hub resource. |
| ListNextAsync(IDeviceSecurityGroupsOperations, String, CancellationToken) |
Use this method get the list of device security groups for the specified IoT Hub resource. |