ArmAppServiceModelFactory.DetectorDefinition 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 DetectorDefinition.
public static Azure.ResourceManager.AppService.Models.DetectorDefinition DetectorDefinition (string displayName = default, string description = default, double? rank = default, bool? isEnabled = default);
static member DetectorDefinition : string * string * Nullable<double> * Nullable<bool> -> Azure.ResourceManager.AppService.Models.DetectorDefinition
Public Shared Function DetectorDefinition (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional rank As Nullable(Of Double) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As DetectorDefinition
Parameters
- displayName
- String
Display name of the detector.
- description
- String
Description of the detector.
Returns
A new DetectorDefinition instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET