你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IIotSecuritySolutionOperations 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.
IotSecuritySolutionOperations operations.
public interface IIotSecuritySolutionOperations
type IIotSecuritySolutionOperations = interface
Public Interface IIotSecuritySolutionOperations
Methods
Extension Methods
CreateOrUpdate(IIotSecuritySolutionOperations, String, String, IoTSecuritySolutionModel) |
Use this method to create or update yours IoT Security solution |
CreateOrUpdateAsync(IIotSecuritySolutionOperations, String, String, IoTSecuritySolutionModel, CancellationToken) |
Use this method to create or update yours IoT Security solution |
Delete(IIotSecuritySolutionOperations, String, String) |
Use this method to delete yours IoT Security solution |
DeleteAsync(IIotSecuritySolutionOperations, String, String, CancellationToken) |
Use this method to delete yours IoT Security solution |
Get(IIotSecuritySolutionOperations, String, String) |
User this method to get details of a specific IoT Security solution based on solution name |
GetAsync(IIotSecuritySolutionOperations, String, String, CancellationToken) |
User this method to get details of a specific IoT Security solution based on solution name |
ListByResourceGroup(IIotSecuritySolutionOperations, String, String) |
Use this method to get the list IoT Security solutions organized by resource group. |
ListByResourceGroupAsync(IIotSecuritySolutionOperations, String, String, CancellationToken) |
Use this method to get the list IoT Security solutions organized by resource group. |
ListByResourceGroupNext(IIotSecuritySolutionOperations, String) |
Use this method to get the list IoT Security solutions organized by resource group. |
ListByResourceGroupNextAsync(IIotSecuritySolutionOperations, String, CancellationToken) |
Use this method to get the list IoT Security solutions organized by resource group. |
ListBySubscription(IIotSecuritySolutionOperations, String) |
Use this method to get the list of IoT Security solutions by subscription. |
ListBySubscriptionAsync(IIotSecuritySolutionOperations, String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription. |
ListBySubscriptionNext(IIotSecuritySolutionOperations, String) |
Use this method to get the list of IoT Security solutions by subscription. |
ListBySubscriptionNextAsync(IIotSecuritySolutionOperations, String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription. |
Update(IIotSecuritySolutionOperations, String, String, UpdateIotSecuritySolutionData) |
Use this method to update existing IoT Security solution tags or user defined resources. To update other fields use the CreateOrUpdate method. |
UpdateAsync(IIotSecuritySolutionOperations, String, String, UpdateIotSecuritySolutionData, CancellationToken) |
Use this method to update existing IoT Security solution tags or user defined resources. To update other fields use the CreateOrUpdate method. |