AnalyticsDefenderEasmModelFactory.DiscoveryTemplate 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.
Initializes a new instance of DiscoveryTemplate.
public static Azure.Analytics.Defender.Easm.DiscoveryTemplate DiscoveryTemplate (string id = default, string name = default, string displayName = default, string industry = default, string region = default, string countryCode = default, string stateCode = default, string city = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.DiscoverySource> seeds = default, System.Collections.Generic.IEnumerable<string> names = default);
static member DiscoveryTemplate : string * string * string * string * string * string * string * string * seq<Azure.Analytics.Defender.Easm.DiscoverySource> * seq<string> -> Azure.Analytics.Defender.Easm.DiscoveryTemplate
Public Shared Function DiscoveryTemplate (Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional industry As String = Nothing, Optional region As String = Nothing, Optional countryCode As String = Nothing, Optional stateCode As String = Nothing, Optional city As String = Nothing, Optional seeds As IEnumerable(Of DiscoverySource) = Nothing, Optional names As IEnumerable(Of String) = Nothing) As DiscoveryTemplate
Parameters
- id
- String
The system generated unique id for the resource.
- name
- String
The caller provided unique name for the resource.
- displayName
- String
The name that can be used for display purposes.
- industry
- String
The name of the industry.
- region
- String
The name of the region.
- countryCode
- String
The country code.
- stateCode
- String
The state code.
- city
- String
The name of the city.
- seeds
- IEnumerable<DiscoverySource>
The list of disco template seeds.
- names
- IEnumerable<String>
The list of disco template names.
Returns
A new DiscoveryTemplate instance for mocking.