DiagnosticSettingsResourceCollectionInner Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceCollectionInner

public class DiagnosticSettingsResourceCollectionInner

Represents a collection of alert rule resources.

Method Summary

Modifier and Type Method and Description
List<DiagnosticSettingsResourceInner> value()

Get the collection of diagnostic settings resources;.

DiagnosticSettingsResourceCollectionInner withValue(List<DiagnosticSettingsResourceInner> value)

Set the collection of diagnostic settings resources;.

Method Details

value

public List value()

Get the collection of diagnostic settings resources;.

Returns:

the value value

withValue

public DiagnosticSettingsResourceCollectionInner withValue(List value)

Set the collection of diagnostic settings resources;.

Parameters:

value - the value value to set

Returns:

the DiagnosticSettingsResourceCollectionInner object itself.

Applies to