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