ArmDynatraceModelFactory.DynatraceOneAgentEnabledAppServiceInfo 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 DynatraceOneAgentEnabledAppServiceInfo.
public static Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentEnabledAppServiceInfo DynatraceOneAgentEnabledAppServiceInfo (Azure.Core.ResourceIdentifier resourceId = default, string version = default, Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentMonitoringType? monitoringType = default, Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAutoUpdateSetting? autoUpdateSetting = default, Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentUpdateStatus? updateStatus = default, Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAvailabilityState? availabilityState = default, Azure.ResourceManager.Dynatrace.Models.DynatraceLogModuleState? logModule = default, string hostGroup = default, string hostName = default);
static member DynatraceOneAgentEnabledAppServiceInfo : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentMonitoringType> * Nullable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAutoUpdateSetting> * Nullable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentUpdateStatus> * Nullable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAvailabilityState> * Nullable<Azure.ResourceManager.Dynatrace.Models.DynatraceLogModuleState> * string * string -> Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentEnabledAppServiceInfo
Public Shared Function DynatraceOneAgentEnabledAppServiceInfo (Optional resourceId As ResourceIdentifier = Nothing, Optional version As String = Nothing, Optional monitoringType As Nullable(Of DynatraceOneAgentMonitoringType) = Nothing, Optional autoUpdateSetting As Nullable(Of DynatraceOneAgentAutoUpdateSetting) = Nothing, Optional updateStatus As Nullable(Of DynatraceOneAgentUpdateStatus) = Nothing, Optional availabilityState As Nullable(Of DynatraceOneAgentAvailabilityState) = Nothing, Optional logModule As Nullable(Of DynatraceLogModuleState) = Nothing, Optional hostGroup As String = Nothing, Optional hostName As String = Nothing) As DynatraceOneAgentEnabledAppServiceInfo
Parameters
- resourceId
- ResourceIdentifier
App service resource ID.
- version
- String
Version of the Dynatrace agent installed on the App Service.
- monitoringType
- Nullable<DynatraceOneAgentMonitoringType>
The monitoring mode of OneAgent.
- autoUpdateSetting
- Nullable<DynatraceOneAgentAutoUpdateSetting>
Update settings of OneAgent.
- updateStatus
- Nullable<DynatraceOneAgentUpdateStatus>
The current update status of OneAgent.
- availabilityState
- Nullable<DynatraceOneAgentAvailabilityState>
The availability state of OneAgent.
- logModule
- Nullable<DynatraceLogModuleState>
Tells whether log modules are enabled or not.
- hostGroup
- String
The name of the host group.
- hostName
- String
The name of the host.
Returns
A new DynatraceOneAgentEnabledAppServiceInfo instance for mocking.
Applies to
Azure SDK for .NET