LinkedResource Interface

public interface LinkedResource

An immutable client-side representation of LinkedResource.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: The ARM id of the linked resource.

abstract LinkedResourceInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner object.

Method Details

id

public abstract String id()

Gets the id property: The ARM id of the linked resource.

Returns:

the id value.

innerModel

public abstract LinkedResourceInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner object.

Returns:

the inner object.

Applies to