ConcurrencyConfiguration Class
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.
Concurrent publishing configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ConcurrencyConfigurationTypeConverter))]
public class ConcurrencyConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IConcurrencyConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ConcurrencyConfigurationTypeConverter))>]
type ConcurrencyConfiguration = class
interface IConcurrencyConfiguration
interface IJsonSerializable
Public Class ConcurrencyConfiguration
Implements IConcurrencyConfiguration
- Inheritance
-
ConcurrencyConfiguration
- Attributes
- Implements
Constructors
ConcurrencyConfiguration() |
Creates an new ConcurrencyConfiguration instance. |
Properties
BatchQueueSize |
Size of the queue for log batches. |
WorkerCount |
Number of parallel workers processing the log queues. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConcurrencyConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConcurrencyConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IConcurrencyConfiguration. |
FromJsonString(String) |
Creates a new instance of ConcurrencyConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConcurrencyConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |