你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
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
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. |