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

PSIotSecuritySolutionsConverters.CreatePSType Method

Definition

Overloads

CreatePSType(PSIotSecuritySolution)
CreatePSType(PSRecommendationConfiguration)
CreatePSType(PSUserDefinedResources)
CreatePSType(IEnumerable<PSIotSecuritySolution>)
CreatePSType(IEnumerable<PSRecommendationConfiguration>)

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

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

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

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)

Parameters

Returns

Applies to