Class AutoApprovedPrivateLinkServiceInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.AutoApprovedPrivateLinkServiceInner

public final class AutoApprovedPrivateLinkServiceInner extends Object
The information of an AutoApprovedPrivateLinkService.
  • Constructor Details

    • AutoApprovedPrivateLinkServiceInner

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

    • privateLinkService

      public String privateLinkService()
      Get the privateLinkService property: The id of the private link service resource.
      Returns:
      the privateLinkService value.
    • withPrivateLinkService

      public AutoApprovedPrivateLinkServiceInner withPrivateLinkService(String privateLinkService)
      Set the privateLinkService property: The id of the private link service resource.
      Parameters:
      privateLinkService - the privateLinkService value to set.
      Returns:
      the AutoApprovedPrivateLinkServiceInner object itself.
    • validate

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