IntelligencePack Interface

public interface IntelligencePack

An immutable client-side representation of IntelligencePack.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: The display name of the intelligence pack.

abstract Boolean enabled()

Gets the enabled property: The enabled boolean for the intelligence pack.

abstract IntelligencePackInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.IntelligencePackInner object.

abstract String name()

Gets the name property: The name of the intelligence pack.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: The display name of the intelligence pack.

Returns:

the displayName value.

enabled

public abstract Boolean enabled()

Gets the enabled property: The enabled boolean for the intelligence pack.

Returns:

the enabled value.

innerModel

public abstract IntelligencePackInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.IntelligencePackInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the intelligence pack.

Returns:

the name value.

Applies to