Aracılığıyla paylaş


PSSecurityAlertConverters.ConvertToPSType Method

Definition

Overloads

ConvertToPSType(Alert)
ConvertToPSType(AlertEntity)
ConvertToPSType(AlertPropertiesSupportingEvidence)
ConvertToPSType(IEnumerable<Alert>)
ConvertToPSType(IEnumerable<AlertEntity>)

ConvertToPSType(Alert)

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

ConvertToPSType(AlertEntity)

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

ConvertToPSType(AlertPropertiesSupportingEvidence)

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

ConvertToPSType(IEnumerable<Alert>)

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

Returns

Applies to

ConvertToPSType(IEnumerable<AlertEntity>)

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

Returns

Applies to