Uses of Class
com.azure.resourcemanager.apimanagement.models.Verbosity
Packages that use Verbosity
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of Verbosity in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return VerbosityModifier and TypeMethodDescriptionDiagnosticContractInner.verbosity()Get the verbosity property: The verbosity level applied to traces emitted by trace policies.DiagnosticContractProperties.verbosity()Get the verbosity property: The verbosity level applied to traces emitted by trace policies.DiagnosticContractUpdateProperties.verbosity()Get the verbosity property: The verbosity level applied to traces emitted by trace policies.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type VerbosityModifier and TypeMethodDescriptionDiagnosticContractInner.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies.DiagnosticContractProperties.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies.DiagnosticContractUpdateProperties.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies. -
Uses of Verbosity in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as VerbosityModifier and TypeFieldDescriptionstatic final VerbosityVerbosity.ERRORStatic value error for Verbosity.static final VerbosityVerbosity.INFORMATIONStatic value information for Verbosity.static final VerbosityVerbosity.VERBOSEStatic value verbose for Verbosity.Methods in com.azure.resourcemanager.apimanagement.models that return VerbosityModifier and TypeMethodDescriptionstatic VerbosityVerbosity.fromString(String name) Creates or finds a Verbosity from its string representation.DiagnosticContract.verbosity()Gets the verbosity property: The verbosity level applied to traces emitted by trace policies.DiagnosticUpdateContract.verbosity()Get the verbosity property: The verbosity level applied to traces emitted by trace policies.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type VerbosityModifier and TypeMethodDescriptionstatic Collection<Verbosity> Verbosity.values()Gets known Verbosity values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type VerbosityModifier and TypeMethodDescriptionDiagnosticContract.DefinitionStages.WithVerbosity.withVerbosity(Verbosity verbosity) Specifies the verbosity property: The verbosity level applied to traces emitted by trace policies..DiagnosticContract.UpdateStages.WithVerbosity.withVerbosity(Verbosity verbosity) Specifies the verbosity property: The verbosity level applied to traces emitted by trace policies..DiagnosticUpdateContract.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies.