Class ApplicationTypeVersionResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.servicefabric.fluent.models.ApplicationTypeVersionResourceInner

public final class ApplicationTypeVersionResourceInner extends com.azure.core.management.ProxyResource
An application type version resource for the specified application type name resource.
  • Constructor Details

    • ApplicationTypeVersionResourceInner

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

    • location

      public String location()
      Get the location property: It will be deprecated in New API, resource location depends on the parent resource.
      Returns:
      the location value.
    • withLocation

      public ApplicationTypeVersionResourceInner withLocation(String location)
      Set the location property: It will be deprecated in New API, resource location depends on the parent resource.
      Parameters:
      location - the location value to set.
      Returns:
      the ApplicationTypeVersionResourceInner object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Azure resource tags.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Azure resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ApplicationTypeVersionResourceInner object itself.
    • etag

      public String etag()
      Get the etag property: Azure resource etag.
      Returns:
      the etag value.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The current deployment or provisioning state, which only appears in the response.
      Returns:
      the provisioningState value.
    • appPackageUrl

      public String appPackageUrl()
      Get the appPackageUrl property: The URL to the application package.
      Returns:
      the appPackageUrl value.
    • withAppPackageUrl

      public ApplicationTypeVersionResourceInner withAppPackageUrl(String appPackageUrl)
      Set the appPackageUrl property: The URL to the application package.
      Parameters:
      appPackageUrl - the appPackageUrl value to set.
      Returns:
      the ApplicationTypeVersionResourceInner object itself.
    • defaultParameterList

      public Map<String,String> defaultParameterList()
      Get the defaultParameterList property: List of application type parameters that can be overridden when creating or updating the application.
      Returns:
      the defaultParameterList value.
    • validate

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