你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityAssessmentMetadataPartnerData Constructors
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
SecurityAssessmentMetadataPartnerData() |
Initializes a new instance of the SecurityAssessmentMetadataPartnerData class. |
SecurityAssessmentMetadataPartnerData(String, String, String) |
Initializes a new instance of the SecurityAssessmentMetadataPartnerData class. |
SecurityAssessmentMetadataPartnerData()
Initializes a new instance of the SecurityAssessmentMetadataPartnerData class.
public SecurityAssessmentMetadataPartnerData ();
Public Sub New ()
Applies to
SecurityAssessmentMetadataPartnerData(String, String, String)
Initializes a new instance of the SecurityAssessmentMetadataPartnerData class.
public SecurityAssessmentMetadataPartnerData (string partnerName, string secret, string productName = default);
new Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData : string * string * string -> Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData
Public Sub New (partnerName As String, secret As String, Optional productName As String = Nothing)
Parameters
- partnerName
- String
Name of the company of the partner
- secret
- String
Secret to authenticate the partner and verify it created the assessment - write only
- productName
- String
Name of the product of the partner that created the assessment