Aracılığıyla paylaş


PSAlertsSuppressionRuleConverters.ConvertToPSType Method

Definition

Overloads

ConvertToPSType(AlertsSuppressionRule)
ConvertToPSType(ScopeElement)
ConvertToPSType(SuppressionAlertsScope)
ConvertToPSType(IEnumerable<AlertsSuppressionRule>)
ConvertToPSType(Nullable<RuleState>)

ConvertToPSType(AlertsSuppressionRule)

public static Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSAlertsSuppressionRule ConvertToPSType (this Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule -> Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSAlertsSuppressionRule
<Extension()>
Public Function ConvertToPSType (value As AlertsSuppressionRule) As PSAlertsSuppressionRule

Parameters

Returns

Applies to

ConvertToPSType(ScopeElement)

public static Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSIScopeElement ConvertToPSType (this Microsoft.Azure.Management.Security.Models.ScopeElement value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.ScopeElement -> Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSIScopeElement
<Extension()>
Public Function ConvertToPSType (value As ScopeElement) As PSIScopeElement

Parameters

value
ScopeElement

Returns

Applies to

ConvertToPSType(SuppressionAlertsScope)

public static Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSSuppressionAlertsScope ConvertToPSType (this Microsoft.Azure.Management.Security.Models.SuppressionAlertsScope value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.SuppressionAlertsScope -> Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSSuppressionAlertsScope
<Extension()>
Public Function ConvertToPSType (value As SuppressionAlertsScope) As PSSuppressionAlertsScope

Parameters

Returns

Applies to

ConvertToPSType(IEnumerable<AlertsSuppressionRule>)

public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSAlertsSuppressionRule> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSAlertsSuppressionRule>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of AlertsSuppressionRule)) As List(Of PSAlertsSuppressionRule)

Parameters

Returns

Applies to

ConvertToPSType(Nullable<RuleState>)

public static Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSRuleState ConvertToPSType (this Microsoft.Azure.Management.Security.Models.RuleState? value);
static member ConvertToPSType : Nullable<Microsoft.Azure.Management.Security.Models.RuleState> -> Microsoft.Azure.Commands.Security.Models.AlertsSuppressionRules.PSRuleState
<Extension()>
Public Function ConvertToPSType (value As Nullable(Of RuleState)) As PSRuleState

Parameters

Returns

Applies to