ResourceLogCategory Class

  • java.lang.Object
    • com.azure.resourcemanager.signalr.models.ResourceLogCategory

public final class ResourceLogCategory

Resource log category configuration of a Microsoft.SignalRService resource.

Constructor Summary

Constructor Description
ResourceLogCategory()

Creates an instance of ResourceLogCategory class.

Method Summary

Modifier and Type Method and Description
String enabled()

Get the enabled property: Indicates whether or the resource log category is enabled.

String name()

Get the name property: Gets or sets the resource log category's name.

void validate()

Validates the instance.

ResourceLogCategory withEnabled(String enabled)

Set the enabled property: Indicates whether or the resource log category is enabled.

ResourceLogCategory withName(String name)

Set the name property: Gets or sets the resource log category's name.

Methods inherited from java.lang.Object

Constructor Details

ResourceLogCategory

public ResourceLogCategory()

Creates an instance of ResourceLogCategory class.

Method Details

enabled

public String enabled()

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

Returns:

the enabled value.

name

public String name()

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

Returns:

the name value.

validate

public void validate()

Validates the instance.

withEnabled

public ResourceLogCategory withEnabled(String enabled)

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

Parameters:

enabled - the enabled value to set.

Returns:

the ResourceLogCategory object itself.

withName

public ResourceLogCategory withName(String name)

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

Parameters:

name - the name value to set.

Returns:

the ResourceLogCategory object itself.

Applies to