你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSDeviceSecurityGroupConverters.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(IEnumerable<PSThresholdCustomAlertRule>)
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule> -> System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSThresholdCustomAlertRule)) As IList(Of ThresholdCustomAlertRule)
Parameters
Returns
Applies to
CreatePSType(PSAllowlistCustomAlertRule)
public static Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule CreatePSType (this Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule -> Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule
<Extension()>
Public Function CreatePSType (value As PSAllowlistCustomAlertRule) As AllowlistCustomAlertRule
Parameters
Returns
Applies to
CreatePSType(PSDenylistCustomAlertRule)
public static Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule CreatePSType (this Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule -> Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule
<Extension()>
Public Function CreatePSType (value As PSDenylistCustomAlertRule) As DenylistCustomAlertRule
Parameters
Returns
Applies to
CreatePSType(PSThresholdCustomAlertRule)
public static Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule CreatePSType (this Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSThresholdCustomAlertRule -> Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule
<Extension()>
Public Function CreatePSType (value As PSThresholdCustomAlertRule) As ThresholdCustomAlertRule
Parameters
Returns
Applies to
CreatePSType(PSTimeWindowCustomAlertRule)
public static Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule CreatePSType (this Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule value);
static member CreatePSType : Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule -> Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule
<Extension()>
Public Function CreatePSType (value As PSTimeWindowCustomAlertRule) As TimeWindowCustomAlertRule
Parameters
Returns
Applies to
CreatePSType(IEnumerable<PSAllowlistCustomAlertRule>)
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSAllowlistCustomAlertRule> -> System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSAllowlistCustomAlertRule)) As IList(Of AllowlistCustomAlertRule)
Parameters
Returns
Applies to
CreatePSType(IEnumerable<PSDenylistCustomAlertRule>)
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSDenylistCustomAlertRule> -> System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSDenylistCustomAlertRule)) As IList(Of DenylistCustomAlertRule)
Parameters
Returns
Applies to
CreatePSType(IEnumerable<PSTimeWindowCustomAlertRule>)
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule> CreatePSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule> value);
static member CreatePSType : seq<Microsoft.Azure.Commands.Security.Models.DeviceSecurityGroups.PSTimeWindowCustomAlertRule> -> System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule>
<Extension()>
Public Function CreatePSType (value As IEnumerable(Of PSTimeWindowCustomAlertRule)) As IList(Of TimeWindowCustomAlertRule)