Class ShareablePrivateLinkResourceType

java.lang.Object
com.azure.resourcemanager.webpubsub.models.ShareablePrivateLinkResourceType

public final class ShareablePrivateLinkResourceType extends Object
Describes a resource type that has been onboarded to private link service.
  • Constructor Details

    • ShareablePrivateLinkResourceType

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

    • name

      public String name()
      Get the name property: The name of the resource type that has been onboarded to private link service.
      Returns:
      the name value.
    • withName

      public ShareablePrivateLinkResourceType withName(String name)
      Set the name property: The name of the resource type that has been onboarded to private link service.
      Parameters:
      name - the name value to set.
      Returns:
      the ShareablePrivateLinkResourceType object itself.
    • properties

      Get the properties property: Describes the properties of a resource type that has been onboarded to private link service.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Describes the properties of a resource type that has been onboarded to private link service.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ShareablePrivateLinkResourceType object itself.
    • validate

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