ArmWebPubSubModelFactory.LiveTraceCategory 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.
public static Azure.ResourceManager.WebPubSub.Models.LiveTraceCategory LiveTraceCategory(string name = default, bool? isEnabled = default);
static member LiveTraceCategory : string * Nullable<bool> -> Azure.ResourceManager.WebPubSub.Models.LiveTraceCategory
Public Shared Function LiveTraceCategory (Optional name As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As LiveTraceCategory
Parameters
- name
- String
Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.
Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.
Returns
A new LiveTraceCategory instance for mocking.