Class DeploymentPropertiesExtended


  • public class DeploymentPropertiesExtended
    extends Object
    Deployment properties with additional details.
    • Constructor Detail

      • DeploymentPropertiesExtended

        public DeploymentPropertiesExtended()
    • Method Detail

      • provisioningState

        public String provisioningState()
        Get the provisioningState value.
        Returns:
        the provisioningState value
      • correlationId

        public String correlationId()
        Get the correlationId value.
        Returns:
        the correlationId value
      • timestamp

        public org.joda.time.DateTime timestamp()
        Get the timestamp value.
        Returns:
        the timestamp value
      • outputs

        public Object outputs()
        Get the outputs value.
        Returns:
        the outputs value
      • withOutputs

        public DeploymentPropertiesExtended withOutputs​(Object outputs)
        Set the outputs value.
        Parameters:
        outputs - the outputs value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • providers

        public List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()
        Get the providers value.
        Returns:
        the providers value
      • withProviders

        public DeploymentPropertiesExtended withProviders​(List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers)
        Set the providers value.
        Parameters:
        providers - the providers value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • dependencies

        public List<Dependency> dependencies()
        Get the dependencies value.
        Returns:
        the dependencies value
      • withDependencies

        public DeploymentPropertiesExtended withDependencies​(List<Dependency> dependencies)
        Set the dependencies value.
        Parameters:
        dependencies - the dependencies value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • template

        public Object template()
        Get the template value.
        Returns:
        the template value
      • withTemplate

        public DeploymentPropertiesExtended withTemplate​(Object template)
        Set the template value.
        Parameters:
        template - the template value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • templateLink

        public TemplateLink templateLink()
        Get the templateLink value.
        Returns:
        the templateLink value
      • withTemplateLink

        public DeploymentPropertiesExtended withTemplateLink​(TemplateLink templateLink)
        Set the templateLink value.
        Parameters:
        templateLink - the templateLink value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • parameters

        public Object parameters()
        Get the parameters value.
        Returns:
        the parameters value
      • withParameters

        public DeploymentPropertiesExtended withParameters​(Object parameters)
        Set the parameters value.
        Parameters:
        parameters - the parameters value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • parametersLink

        public ParametersLink parametersLink()
        Get the parametersLink value.
        Returns:
        the parametersLink value
      • withParametersLink

        public DeploymentPropertiesExtended withParametersLink​(ParametersLink parametersLink)
        Set the parametersLink value.
        Parameters:
        parametersLink - the parametersLink value to set
        Returns:
        the DeploymentPropertiesExtended object itself.
      • mode

        public DeploymentMode mode()
        Get the mode value.
        Returns:
        the mode value
      • debugSetting

        public DebugSetting debugSetting()
        Get the debugSetting value.
        Returns:
        the debugSetting value
      • withDebugSetting

        public DeploymentPropertiesExtended withDebugSetting​(DebugSetting debugSetting)
        Set the debugSetting value.
        Parameters:
        debugSetting - the debugSetting value to set
        Returns:
        the DeploymentPropertiesExtended object itself.