DeviceSecurityGroupsOperationsExtensions Class
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.
Extension methods for DeviceSecurityGroupsOperations
public static class DeviceSecurityGroupsOperationsExtensions
type DeviceSecurityGroupsOperationsExtensions = class
Public Module DeviceSecurityGroupsOperationsExtensions
- Inheritance
-
DeviceSecurityGroupsOperationsExtensions
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. |