LiveTraceCategory Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. LiveTraceCategory
- com.
public final class LiveTraceCategory
Live trace category configuration of a Microsoft.SignalRService resource.
Constructor Summary
| Constructor | Description |
|---|---|
| LiveTraceCategory() |
Creates an instance of Live |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
enabled()
Get the enabled property: Indicates whether or the live trace category is enabled. |
| String |
name()
Get the name property: Gets or sets the live trace category's name. |
| void |
validate()
Validates the instance. |
|
Live |
withEnabled(String enabled)
Set the enabled property: Indicates whether or the live trace category is enabled. |
|
Live |
withName(String name)
Set the name property: Gets or sets the live trace category's name. |
Methods inherited from java.lang.Object
Constructor Details
LiveTraceCategory
public LiveTraceCategory()
Creates an instance of LiveTraceCategory class.
Method Details
enabled
public String enabled()
Get the enabled property: Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.
Returns:
name
public String name()
Get the name property: Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.
Returns:
validate
public void validate()
Validates the instance.
withEnabled
public LiveTraceCategory withEnabled(String enabled)
Set the enabled property: Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.
Parameters:
Returns:
withName
public LiveTraceCategory withName(String name)
Set the name property: Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.
Parameters:
Returns: