Udostępnij za pośrednictwem


ArmAppServiceModelFactory.DetectorDefinitionResourceData Method

Definition

Initializes a new instance of DetectorDefinitionResourceData.

public static Azure.ResourceManager.AppService.DetectorDefinitionResourceData DetectorDefinitionResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, double? rank = default, bool? isEnabled = default, string kind = default);
static member DetectorDefinitionResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<double> * Nullable<bool> * string -> Azure.ResourceManager.AppService.DetectorDefinitionResourceData
Public Shared Function DetectorDefinitionResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional rank As Nullable(Of Double) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional kind As String = Nothing) As DetectorDefinitionResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

Display name of the detector.

description
String

Description of the detector.

rank
Nullable<Double>

Detector Rank.

isEnabled
Nullable<Boolean>

Flag representing whether detector is enabled or not.

kind
String

Kind of resource.

Returns

A new DetectorDefinitionResourceData instance for mocking.

Applies to