Class PrivateLinkScopedResource

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.PrivateLinkScopedResource

public final class PrivateLinkScopedResource extends Object
The private link scope resource reference.
  • Constructor Details

    • PrivateLinkScopedResource

      public PrivateLinkScopedResource()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: The full resource Id of the private link scope resource.
      Returns:
      the resourceId value.
    • withResourceId

      public PrivateLinkScopedResource withResourceId(String resourceId)
      Set the resourceId property: The full resource Id of the private link scope resource.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the PrivateLinkScopedResource object itself.
    • scopeId

      public String scopeId()
      Get the scopeId property: The private link scope unique Identifier.
      Returns:
      the scopeId value.
    • withScopeId

      public PrivateLinkScopedResource withScopeId(String scopeId)
      Set the scopeId property: The private link scope unique Identifier.
      Parameters:
      scopeId - the scopeId value to set.
      Returns:
      the PrivateLinkScopedResource object itself.
    • validate

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