Uses of Class
com.azure.resourcemanager.apimanagement.models.AlwaysLog
Packages that use AlwaysLog
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AlwaysLog in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AlwaysLogModifier and TypeMethodDescriptionDiagnosticContractInner.alwaysLog()Get the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractProperties.alwaysLog()Get the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractUpdateProperties.alwaysLog()Get the alwaysLog property: Specifies for what type of messages sampling settings should not apply.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AlwaysLogModifier and TypeMethodDescriptionDiagnosticContractInner.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractProperties.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractUpdateProperties.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply. -
Uses of AlwaysLog in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as AlwaysLogModifier and TypeFieldDescriptionstatic final AlwaysLogAlwaysLog.ALL_ERRORSStatic value allErrors for AlwaysLog.Methods in com.azure.resourcemanager.apimanagement.models that return AlwaysLogModifier and TypeMethodDescriptionDiagnosticContract.alwaysLog()Gets the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticUpdateContract.alwaysLog()Get the alwaysLog property: Specifies for what type of messages sampling settings should not apply.static AlwaysLogAlwaysLog.fromString(String name) Creates or finds a AlwaysLog from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AlwaysLogModifier and TypeMethodDescriptionstatic Collection<AlwaysLog> AlwaysLog.values()Gets known AlwaysLog values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AlwaysLogModifier and TypeMethodDescriptionDiagnosticContract.DefinitionStages.WithAlwaysLog.withAlwaysLog(AlwaysLog alwaysLog) Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..DiagnosticContract.UpdateStages.WithAlwaysLog.withAlwaysLog(AlwaysLog alwaysLog) Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..DiagnosticUpdateContract.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.