Class ApiDeploymentParameterMetadataSet

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

public final class ApiDeploymentParameterMetadataSet extends Object
The API deployment parameters metadata.
  • Constructor Details

    • ApiDeploymentParameterMetadataSet

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

    • packageContentLink

      public ApiDeploymentParameterMetadata packageContentLink()
      Get the packageContentLink property: The package content link parameter.
      Returns:
      the packageContentLink value.
    • withPackageContentLink

      public ApiDeploymentParameterMetadataSet withPackageContentLink(ApiDeploymentParameterMetadata packageContentLink)
      Set the packageContentLink property: The package content link parameter.
      Parameters:
      packageContentLink - the packageContentLink value to set.
      Returns:
      the ApiDeploymentParameterMetadataSet object itself.
    • redisCacheConnectionString

      public ApiDeploymentParameterMetadata redisCacheConnectionString()
      Get the redisCacheConnectionString property: The package content link parameter.
      Returns:
      the redisCacheConnectionString value.
    • withRedisCacheConnectionString

      public ApiDeploymentParameterMetadataSet withRedisCacheConnectionString(ApiDeploymentParameterMetadata redisCacheConnectionString)
      Set the redisCacheConnectionString property: The package content link parameter.
      Parameters:
      redisCacheConnectionString - the redisCacheConnectionString value to set.
      Returns:
      the ApiDeploymentParameterMetadataSet object itself.
    • validate

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