Share via


SqlInformationProtectionExtensions.ConvertToSDKType Method

Definition

Overloads

ConvertToSDKType(PSSqlInformationProtectionInformationType)
ConvertToSDKType(PSSqlInformationProtectionKeyword)
ConvertToSDKType(PSSqlInformationProtectionSensitivityLabel)
ConvertToSDKType(Nullable<PSSqlInformationProtectionRank>)

ConvertToSDKType(PSSqlInformationProtectionInformationType)

public static Microsoft.Azure.Management.Security.Models.InformationType ConvertToSDKType (this Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType informationType);
static member ConvertToSDKType : Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionInformationType -> Microsoft.Azure.Management.Security.Models.InformationType
<Extension()>
Public Function ConvertToSDKType (informationType As PSSqlInformationProtectionInformationType) As InformationType

Parameters

Returns

Applies to

ConvertToSDKType(PSSqlInformationProtectionKeyword)

public static Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword ConvertToSDKType (this Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword keyword);
static member ConvertToSDKType : Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionKeyword -> Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword
<Extension()>
Public Function ConvertToSDKType (keyword As PSSqlInformationProtectionKeyword) As InformationProtectionKeyword

Parameters

Returns

Applies to

ConvertToSDKType(PSSqlInformationProtectionSensitivityLabel)

public static Microsoft.Azure.Management.Security.Models.SensitivityLabel ConvertToSDKType (this Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel sensitivityLabel);
static member ConvertToSDKType : Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionSensitivityLabel -> Microsoft.Azure.Management.Security.Models.SensitivityLabel
<Extension()>
Public Function ConvertToSDKType (sensitivityLabel As PSSqlInformationProtectionSensitivityLabel) As SensitivityLabel

Parameters

Returns

Applies to

ConvertToSDKType(Nullable<PSSqlInformationProtectionRank>)

public static Microsoft.Azure.Management.Security.Models.Rank? ConvertToSDKType (this Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank? rank);
static member ConvertToSDKType : Nullable<Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectionPolicy.PSSqlInformationProtectionRank> -> Nullable<Microsoft.Azure.Management.Security.Models.Rank>
<Extension()>
Public Function ConvertToSDKType (rank As Nullable(Of PSSqlInformationProtectionRank)) As Nullable(Of Rank)

Parameters

Returns

Applies to