PSSecurityAlertConverters.ConvertToPSType Method
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.
ConvertToPSType(Alert) | |
ConvertToPSType(AlertEntity) | |
ConvertToPSType(AlertPropertiesSupportingEvidence) | |
ConvertToPSType(IEnumerable<Alert>) | |
ConvertToPSType(IEnumerable<AlertEntity>) |
C#
public static Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3 ConvertToPSType (this Microsoft.Azure.Management.Security.Models.Alert value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.Alert -> Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3
<Extension()>
Public Function ConvertToPSType (value As Alert) As PSSecurityAlertV3
Parameters
- value
- Alert
Returns
Applies to
Azure - PowerShell Commands Latest és Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public static Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity ConvertToPSType (this Microsoft.Azure.Management.Security.Models.AlertEntity value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.AlertEntity -> Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity
<Extension()>
Public Function ConvertToPSType (value As AlertEntity) As PSSecurityAlertEntity
Parameters
- value
- AlertEntity
Returns
Applies to
Azure - PowerShell Commands Latest és Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public static Microsoft.Azure.Commands.Security.Models.Alerts.PSAlertPropertiesSupportingEvidence ConvertToPSType (this Microsoft.Azure.Management.Security.Models.AlertPropertiesSupportingEvidence value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.AlertPropertiesSupportingEvidence -> Microsoft.Azure.Commands.Security.Models.Alerts.PSAlertPropertiesSupportingEvidence
<Extension()>
Public Function ConvertToPSType (value As AlertPropertiesSupportingEvidence) As PSAlertPropertiesSupportingEvidence
Parameters
Returns
Applies to
Azure - PowerShell Commands Latest és Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public static System.Collections.Generic.List<Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.Alert> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.Alert> -> System.Collections.Generic.List<Microsoft.Azure.Commands.SecurityCenter.Models.Alerts.PSSecurityAlertV3>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of Alert)) As List(Of PSSecurityAlertV3)
Parameters
- value
- IEnumerable<Alert>
Returns
Applies to
Azure - PowerShell Commands Latest és Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.AlertEntity> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.AlertEntity> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Alerts.PSSecurityAlertEntity>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of AlertEntity)) As List(Of PSSecurityAlertEntity)
Parameters
- value
- IEnumerable<AlertEntity>
Returns
Applies to
Azure - PowerShell Commands Latest és Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |