Class ScopedResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.monitor.fluent.models.ScopedResourceInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class ScopedResourceInner extends com.azure.core.management.ProxyResource
A private link scoped resource.
  • Constructor Details

    • ScopedResourceInner

      public ScopedResourceInner()
      Creates an instance of ScopedResourceInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: System data.
      Returns:
      the systemData value.
    • linkedResourceId

      public String linkedResourceId()
      Get the linkedResourceId property: The resource id of the scoped Azure monitor resource.
      Returns:
      the linkedResourceId value.
    • withLinkedResourceId

      public ScopedResourceInner withLinkedResourceId(String linkedResourceId)
      Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.
      Parameters:
      linkedResourceId - the linkedResourceId value to set.
      Returns:
      the ScopedResourceInner object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: State of the private endpoint connection.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.