AppLogsConfiguration Constructors
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.
Overloads
AppLogsConfiguration() |
Initializes a new instance of the AppLogsConfiguration class. |
AppLogsConfiguration(String, LogAnalyticsConfiguration) |
Initializes a new instance of the AppLogsConfiguration class. |
AppLogsConfiguration()
Initializes a new instance of the AppLogsConfiguration class.
public AppLogsConfiguration ();
Public Sub New ()
Applies to
AppLogsConfiguration(String, LogAnalyticsConfiguration)
Initializes a new instance of the AppLogsConfiguration class.
public AppLogsConfiguration (string destination = default, Microsoft.Azure.Management.WebSites.Models.LogAnalyticsConfiguration logAnalyticsConfiguration = default);
new Microsoft.Azure.Management.WebSites.Models.AppLogsConfiguration : string * Microsoft.Azure.Management.WebSites.Models.LogAnalyticsConfiguration -> Microsoft.Azure.Management.WebSites.Models.AppLogsConfiguration
Public Sub New (Optional destination As String = Nothing, Optional logAnalyticsConfiguration As LogAnalyticsConfiguration = Nothing)
Parameters
- destination
- String
- logAnalyticsConfiguration
- LogAnalyticsConfiguration
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