次の方法で共有


ILiveTraceCategory Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.LiveTraceCategoryTypeConverter))]
public interface ILiveTraceCategory : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.LiveTraceCategoryTypeConverter))>]
type ILiveTraceCategory = interface
    interface IJsonSerializable
Public Interface ILiveTraceCategory
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.

Name

Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to