你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSIotSecuritySolutionsConverters.CreatePSType 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.
Overloads
CreatePSType(PSIotSecuritySolution)
public static Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel CreatePSType (this Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution -> Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel
<Extension()>
Public Function CreatePSType (value As PSIotSecuritySolution) As IoTSecuritySolutionModel
Parameters
- value
- PSIotSecuritySolution
Returns
Applies to
CreatePSType(PSRecommendationConfiguration)
public static Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties CreatePSType (this Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration -> Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties
<Extension()>
Public Function CreatePSType (value As PSRecommendationConfiguration) As RecommendationConfigurationProperties
Parameters
Returns
Applies to
CreatePSType(PSUserDefinedResources)
public static Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties CreatePSType (this Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSUserDefinedResources -> Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties
<Extension()>
Public Function CreatePSType (value As PSUserDefinedResources) As UserDefinedResourcesProperties
Parameters
- value
- PSUserDefinedResources
Returns
Applies to
CreatePSType(IEnumerable<PSIotSecuritySolution>)
public static System.Collections.Generic.List<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSIotSecuritySolution> -> System.Collections.Generic.List<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSIotSecuritySolution)) As List(Of IoTSecuritySolutionModel)
Parameters
- value
- IEnumerable<PSIotSecuritySolution>
Returns
Applies to
CreatePSType(IEnumerable<PSRecommendationConfiguration>)
public static System.Collections.Generic.List<Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.IotSecuritySolutions.PSRecommendationConfiguration> -> System.Collections.Generic.List<Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSRecommendationConfiguration)) As List(Of RecommendationConfigurationProperties)