Class IntegrationServiceEnvironmentManagedApiDeploymentParameters

java.lang.Object
com.azure.resourcemanager.logic.models.IntegrationServiceEnvironmentManagedApiDeploymentParameters

public final class IntegrationServiceEnvironmentManagedApiDeploymentParameters extends Object
The integration service environment managed api deployment parameters.
  • Constructor Details

    • IntegrationServiceEnvironmentManagedApiDeploymentParameters

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

    • contentLinkDefinition

      public ContentLink contentLinkDefinition()
      Get the contentLinkDefinition property: The integration service environment managed api content link for deployment.
      Returns:
      the contentLinkDefinition value.
    • withContentLinkDefinition

      public IntegrationServiceEnvironmentManagedApiDeploymentParameters withContentLinkDefinition(ContentLink contentLinkDefinition)
      Set the contentLinkDefinition property: The integration service environment managed api content link for deployment.
      Parameters:
      contentLinkDefinition - the contentLinkDefinition value to set.
      Returns:
      the IntegrationServiceEnvironmentManagedApiDeploymentParameters object itself.
    • validate

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