ArmSecurityCenterModelFactory.SecurityAssessmentPartner 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.
public static Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentPartner SecurityAssessmentPartner(string partnerName = default, string secret = default);
static member SecurityAssessmentPartner : string * string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentPartner
Public Shared Function SecurityAssessmentPartner (Optional partnerName As String = Nothing, Optional secret As String = Nothing) As SecurityAssessmentPartner
Parameters
- partnerName
- String
Name of the company of the partner.
- secret
- String
secret to authenticate the partner - write only.
Returns
A new SecurityAssessmentPartner instance for mocking.