IotSecuritySolutionOperationsExtensions.Get Method
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.
User this method to get details of a specific IoT Security solution based on solution name
public static Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel Get(this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string resourceGroupName, string solutionName);
static member Get : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string * string -> Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel
<Extension()>
Public Function Get (operations As IIotSecuritySolutionOperations, resourceGroupName As String, solutionName As String) As IoTSecuritySolutionModel
Parameters
- operations
- IIotSecuritySolutionOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
- String
The name of the IoT Security solution.