LogSpecification Constructors

Definition

Overloads

LogSpecification()

Initializes a new instance of the LogSpecification class.

LogSpecification(String, String, String)

Initializes a new instance of the LogSpecification class.

LogSpecification()

Initializes a new instance of the LogSpecification class.

public LogSpecification ();
Public Sub New ()

Applies to

LogSpecification(String, String, String)

Initializes a new instance of the LogSpecification class.

public LogSpecification (string name = default, string displayName = default, string blobDuration = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.LogSpecification : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.LogSpecification
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional blobDuration As String = Nothing)

Parameters

name
String
displayName
String
blobDuration
String

Applies to