Class PrivateLinkResourceInner

java.lang.Object
com.azure.resourcemanager.purview.fluent.models.PrivateLinkResourceInner

public final class PrivateLinkResourceInner extends Object
A privately linkable resource.
  • Constructor Details

    • PrivateLinkResourceInner

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

    • id

      public String id()
      Get the id property: The private link resource identifier.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The private link resource name.
      Returns:
      the name value.
    • properties

      public PrivateLinkResourceProperties properties()
      Get the properties property: The private link resource properties.
      Returns:
      the properties value.
    • type

      public String type()
      Get the type property: The private link resource type.
      Returns:
      the type value.
    • validate

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