ArmSecurityInsightsModelFactory.EnrichmentDomainWhoisContact Method

Definition

Initializes a new instance of EnrichmentDomainWhoisContact.

public static Azure.ResourceManager.SecurityInsights.Models.EnrichmentDomainWhoisContact EnrichmentDomainWhoisContact (string name = default, string org = default, System.Collections.Generic.IEnumerable<string> street = default, string city = default, string state = default, string postal = default, string country = default, string phone = default, string fax = default, string email = default);
static member EnrichmentDomainWhoisContact : string * string * seq<string> * string * string * string * string * string * string * string -> Azure.ResourceManager.SecurityInsights.Models.EnrichmentDomainWhoisContact
Public Shared Function EnrichmentDomainWhoisContact (Optional name As String = Nothing, Optional org As String = Nothing, Optional street As IEnumerable(Of String) = Nothing, Optional city As String = Nothing, Optional state As String = Nothing, Optional postal As String = Nothing, Optional country As String = Nothing, Optional phone As String = Nothing, Optional fax As String = Nothing, Optional email As String = Nothing) As EnrichmentDomainWhoisContact

Parameters

name
String

The name of this contact.

org
String

The organization for this contact.

street
IEnumerable<String>

A list describing the street address for this contact.

city
String

The city for this contact.

state
String

The state for this contact.

postal
String

The postal code for this contact.

country
String

The country for this contact.

phone
String

The phone number for this contact.

fax
String

The fax number for this contact.

email
String

The email address for this contact.

Returns

A new EnrichmentDomainWhoisContact instance for mocking.

Applies to