LinkedResourceInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner

public final class LinkedResourceInner

The definition of a linked resource.

Constructor Summary

Constructor Description
LinkedResourceInner()

Creates an instance of LinkedResourceInner class.

Method Summary

Modifier and Type Method and Description
String id()

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

void validate()

Validates the instance.

LinkedResourceInner withId(String id)

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

Methods inherited from java.lang.Object

Constructor Details

LinkedResourceInner

public LinkedResourceInner()

Creates an instance of LinkedResourceInner class.

Method Details

id

public String id()

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

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public LinkedResourceInner withId(String id)

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

Parameters:

id - the id value to set.

Returns:

the LinkedResourceInner object itself.

Applies to