你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSSecurityAssessmentConverters.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(AssessmentStatus)
public static Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus ConvertToPSType (this Microsoft.Azure.Management.Security.Models.AssessmentStatus value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.AssessmentStatus -> Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessmentStatus
<Extension()>
Public Function ConvertToPSType (value As AssessmentStatus) As PSSecurityAssessmentStatus
Parameters
- value
- AssessmentStatus
Returns
Applies to
ConvertToPSType(ResourceDetails)
public static Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails ConvertToPSType (this Microsoft.Azure.Management.Security.Models.ResourceDetails value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.ResourceDetails -> Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityResourceDetails
<Extension()>
Public Function ConvertToPSType (value As ResourceDetails) As PSSecurityResourceDetails
Parameters
- value
- ResourceDetails
Returns
Applies to
ConvertToPSType(SecurityAssessment)
public static Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment ConvertToPSType (this Microsoft.Azure.Management.Security.Models.SecurityAssessment value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.SecurityAssessment -> Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment
<Extension()>
Public Function ConvertToPSType (value As SecurityAssessment) As PSSecurityAssessment
Parameters
- value
- SecurityAssessment
Returns
Applies to
ConvertToPSType(SecurityAssessmentResponse)
public static Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment ConvertToPSType (this Microsoft.Azure.Management.Security.Models.SecurityAssessmentResponse value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.SecurityAssessmentResponse -> Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment
<Extension()>
Public Function ConvertToPSType (value As SecurityAssessmentResponse) As PSSecurityAssessment
Parameters
Returns
Applies to
ConvertToPSType(IEnumerable<SecurityAssessment>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.SecurityAssessment> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.SecurityAssessment> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of SecurityAssessment)) As List(Of PSSecurityAssessment)
Parameters
- value
- IEnumerable<SecurityAssessment>
Returns
Applies to
ConvertToPSType(IEnumerable<SecurityAssessmentResponse>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.SecurityAssessmentResponse> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.SecurityAssessmentResponse> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Assessments.PSSecurityAssessment>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of SecurityAssessmentResponse)) As List(Of PSSecurityAssessment)