ArmSecurityInsightsModelFactory.SecurityInsightsMetadataAuthor 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.SecurityInsights.Models.SecurityInsightsMetadataAuthor SecurityInsightsMetadataAuthor(string name = default, string email = default, string link = default);
static member SecurityInsightsMetadataAuthor : string * string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMetadataAuthor
Public Shared Function SecurityInsightsMetadataAuthor (Optional name As String = Nothing, Optional email As String = Nothing, Optional link As String = Nothing) As SecurityInsightsMetadataAuthor
Parameters
- name
- String
Name of the author. Company or person.
- String
Email of author contact.
- link
- String
Link for author/vendor page.
Returns
A new SecurityInsightsMetadataAuthor instance for mocking.