次の方法で共有


IResourceLogCategory Interface

Definition

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

Properties

Enabled

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

Name

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to