Class ScopedResourceInner


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

      • ScopedResourceInner

        public ScopedResourceInner()
    • Method Detail

      • 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.