ResourceLogConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration

public final class ResourceLogConfiguration

Resource log configuration of a Microsoft.SignalRService resource.

Constructor Summary

Constructor Description
ResourceLogConfiguration()

Creates an instance of ResourceLogConfiguration class.

Method Summary

Modifier and Type Method and Description
List<ResourceLogCategory> categories()

Get the categories property: Gets or sets the list of category configurations.

void validate()

Validates the instance.

ResourceLogConfiguration withCategories(List<ResourceLogCategory> categories)

Set the categories property: Gets or sets the list of category configurations.

Methods inherited from java.lang.Object

Constructor Details

ResourceLogConfiguration

public ResourceLogConfiguration()

Creates an instance of ResourceLogConfiguration class.

Method Details

categories

public List<ResourceLogCategory> categories()

Get the categories property: Gets or sets the list of category configurations.

Returns:

the categories value.

validate

public void validate()

Validates the instance.

withCategories

public ResourceLogConfiguration withCategories(List<ResourceLogCategory> categories)

Set the categories property: Gets or sets the list of category configurations.

Parameters:

categories - the categories value to set.

Returns:

the ResourceLogConfiguration object itself.

Applies to