This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.appplatform.getJob
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get a Job and its properties. Azure REST API version: 2024-05-01-preview.
Using getJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>def get_job(job_name: Optional[str] = None,
            resource_group_name: Optional[str] = None,
            service_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(job_name: Optional[pulumi.Input[str]] = None,
            resource_group_name: Optional[pulumi.Input[str]] = None,
            service_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput> Note: This function is named LookupJob in the Go SDK.
public static class GetJob 
{
    public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
    public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appplatform:getJob
  arguments:
    # arguments dictionaryThe following arguments are supported:
- JobName string
- The name of the Job resource.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- JobName string
- The name of the Job resource.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- jobName String
- The name of the Job resource.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
- jobName string
- The name of the Job resource.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName string
- The name of the Service resource.
- job_name str
- The name of the Job resource.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service_name str
- The name of the Service resource.
- jobName String
- The name of the Job resource.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
getJob Result
The following output properties are available:
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Pulumi.Azure Native. App Platform. Outputs. Job Resource Properties Response 
- Properties of the Job resource
- SystemData Pulumi.Azure Native. App Platform. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
JobResource Properties Response 
- Properties of the Job resource
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
JobResource Properties Response 
- Properties of the Job resource
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
JobResource Properties Response 
- Properties of the Job resource
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
JobResource Properties Response 
- Properties of the Job resource
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties Property Map
- Properties of the Job resource
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
BuildResultUserSourceInfoResponse     
- BuildResult stringId 
- Resource id of an existing succeeded build result under the same Spring instance.
- Version string
- Version of the source
- BuildResult stringId 
- Resource id of an existing succeeded build result under the same Spring instance.
- Version string
- Version of the source
- buildResult StringId 
- Resource id of an existing succeeded build result under the same Spring instance.
- version String
- Version of the source
- buildResult stringId 
- Resource id of an existing succeeded build result under the same Spring instance.
- version string
- Version of the source
- build_result_ strid 
- Resource id of an existing succeeded build result under the same Spring instance.
- version str
- Version of the source
- buildResult StringId 
- Resource id of an existing succeeded build result under the same Spring instance.
- version String
- Version of the source
CustomContainerResponse  
- Args List<string>
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- Command List<string>
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- ContainerImage string
- Container image of the custom container. This should be in the form of : without the server name of the registry
- ImageRegistry Pulumi.Credential Azure Native. App Platform. Inputs. Image Registry Credential Response 
- Credential of the image registry
- LanguageFramework string
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- Server string
- The name of the registry that contains the container image
- Args []string
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- Command []string
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- ContainerImage string
- Container image of the custom container. This should be in the form of : without the server name of the registry
- ImageRegistry ImageCredential Registry Credential Response 
- Credential of the image registry
- LanguageFramework string
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- Server string
- The name of the registry that contains the container image
- args List<String>
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command List<String>
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- containerImage String
- Container image of the custom container. This should be in the form of : without the server name of the registry
- imageRegistry ImageCredential Registry Credential Response 
- Credential of the image registry
- languageFramework String
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- server String
- The name of the registry that contains the container image
- args string[]
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command string[]
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- containerImage string
- Container image of the custom container. This should be in the form of : without the server name of the registry
- imageRegistry ImageCredential Registry Credential Response 
- Credential of the image registry
- languageFramework string
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- server string
- The name of the registry that contains the container image
- args Sequence[str]
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command Sequence[str]
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- container_image str
- Container image of the custom container. This should be in the form of : without the server name of the registry
- image_registry_ Imagecredential Registry Credential Response 
- Credential of the image registry
- language_framework str
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- server str
- The name of the registry that contains the container image
- args List<String>
- Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command List<String>
- Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- containerImage String
- Container image of the custom container. This should be in the form of : without the server name of the registry
- imageRegistry Property MapCredential 
- Credential of the image registry
- languageFramework String
- Language framework of the container image uploaded. Supported values: "springboot", "", null.
- server String
- The name of the registry that contains the container image
CustomContainerUserSourceInfoResponse     
- CustomContainer Pulumi.Azure Native. App Platform. Inputs. Custom Container Response 
- Custom container payload
- Version string
- Version of the source
- CustomContainer CustomContainer Response 
- Custom container payload
- Version string
- Version of the source
- customContainer CustomContainer Response 
- Custom container payload
- version String
- Version of the source
- customContainer CustomContainer Response 
- Custom container payload
- version string
- Version of the source
- custom_container CustomContainer Response 
- Custom container payload
- version str
- Version of the source
- customContainer Property Map
- Custom container payload
- version String
- Version of the source
EnvVarResponse  
- Name string
- Environment variable name.
- SecretValue string
- secret environment variable value.
- Value string
- Non-secret environment variable value.
- Name string
- Environment variable name.
- SecretValue string
- secret environment variable value.
- Value string
- Non-secret environment variable value.
- name String
- Environment variable name.
- secretValue String
- secret environment variable value.
- value String
- Non-secret environment variable value.
- name string
- Environment variable name.
- secretValue string
- secret environment variable value.
- value string
- Non-secret environment variable value.
- name str
- Environment variable name.
- secret_value str
- secret environment variable value.
- value str
- Non-secret environment variable value.
- name String
- Environment variable name.
- secretValue String
- secret environment variable value.
- value String
- Non-secret environment variable value.
ImageRegistryCredentialResponse   
JarUploadedUserSourceInfoResponse     
- JvmOptions string
- JVM parameter
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the Jar file
- Version string
- Version of the source
- JvmOptions string
- JVM parameter
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the Jar file
- Version string
- Version of the source
- jvmOptions String
- JVM parameter
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the Jar file
- version String
- Version of the source
- jvmOptions string
- JVM parameter
- relativePath string
- Relative path of the storage which stores the source
- runtimeVersion string
- Runtime version of the Jar file
- version string
- Version of the source
- jvm_options str
- JVM parameter
- relative_path str
- Relative path of the storage which stores the source
- runtime_version str
- Runtime version of the Jar file
- version str
- Version of the source
- jvmOptions String
- JVM parameter
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the Jar file
- version String
- Version of the source
JobExecutionTemplateResponse   
- Args List<string>
- Arguments for the Job execution.
- EnvironmentVariables List<Pulumi.Azure Native. App Platform. Inputs. Env Var Response> 
- Environment variables of Job execution
- ResourceRequests Pulumi.Azure Native. App Platform. Inputs. Job Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- Args []string
- Arguments for the Job execution.
- EnvironmentVariables []EnvVar Response 
- Environment variables of Job execution
- ResourceRequests JobResource Requests Response 
- The requested resource quantity for required CPU and Memory.
- args List<String>
- Arguments for the Job execution.
- environmentVariables List<EnvVar Response> 
- Environment variables of Job execution
- resourceRequests JobResource Requests Response 
- The requested resource quantity for required CPU and Memory.
- args string[]
- Arguments for the Job execution.
- environmentVariables EnvVar Response[] 
- Environment variables of Job execution
- resourceRequests JobResource Requests Response 
- The requested resource quantity for required CPU and Memory.
- args Sequence[str]
- Arguments for the Job execution.
- environment_variables Sequence[EnvVar Response] 
- Environment variables of Job execution
- resource_requests JobResource Requests Response 
- The requested resource quantity for required CPU and Memory.
- args List<String>
- Arguments for the Job execution.
- environmentVariables List<Property Map>
- Environment variables of Job execution
- resourceRequests Property Map
- The requested resource quantity for required CPU and Memory.
JobResourcePropertiesResponse   
- ProvisioningState string
- Provisioning state of the Job
- ManagedComponent List<Pulumi.References Azure Native. App Platform. Inputs. Managed Component Reference Response> 
- Referenced managed components collection
- Source
Pulumi.Azure | Pulumi.Native. App Platform. Inputs. Build Result User Source Info Response Azure | Pulumi.Native. App Platform. Inputs. Custom Container User Source Info Response Azure | Pulumi.Native. App Platform. Inputs. Jar Uploaded User Source Info Response Azure | Pulumi.Native. App Platform. Inputs. Net Core Zip Uploaded User Source Info Response Azure | Pulumi.Native. App Platform. Inputs. Source Uploaded User Source Info Response Azure | Pulumi.Native. App Platform. Inputs. Uploaded User Source Info Response Azure Native. App Platform. Inputs. War Uploaded User Source Info Response 
- Uploaded source information of the Job.
- Template
Pulumi.Azure Native. App Platform. Inputs. Job Execution Template Response 
- The template which is applied for all executions of the Job.
- TriggerConfig Pulumi.Azure Native. App Platform. Inputs. Manual Job Trigger Config Response 
- The Job trigger related configuration.
- ProvisioningState string
- Provisioning state of the Job
- ManagedComponent []ManagedReferences Component Reference Response 
- Referenced managed components collection
- Source
BuildResult | CustomUser Source Info Response Container | JarUser Source Info Response Uploaded | NetUser Source Info Response Core | SourceZip Uploaded User Source Info Response Uploaded | UploadedUser Source Info Response User | WarSource Info Response Uploaded User Source Info Response 
- Uploaded source information of the Job.
- Template
JobExecution Template Response 
- The template which is applied for all executions of the Job.
- TriggerConfig ManualJob Trigger Config Response 
- The Job trigger related configuration.
- provisioningState String
- Provisioning state of the Job
- managedComponent List<ManagedReferences Component Reference Response> 
- Referenced managed components collection
- source
BuildResult | CustomUser Source Info Response Container | JarUser Source Info Response Uploaded | NetUser Source Info Response Core | SourceZip Uploaded User Source Info Response Uploaded | UploadedUser Source Info Response User | WarSource Info Response Uploaded User Source Info Response 
- Uploaded source information of the Job.
- template
JobExecution Template Response 
- The template which is applied for all executions of the Job.
- triggerConfig ManualJob Trigger Config Response 
- The Job trigger related configuration.
- provisioningState string
- Provisioning state of the Job
- managedComponent ManagedReferences Component Reference Response[] 
- Referenced managed components collection
- source
BuildResult | CustomUser Source Info Response Container | JarUser Source Info Response Uploaded | NetUser Source Info Response Core | SourceZip Uploaded User Source Info Response Uploaded | UploadedUser Source Info Response User | WarSource Info Response Uploaded User Source Info Response 
- Uploaded source information of the Job.
- template
JobExecution Template Response 
- The template which is applied for all executions of the Job.
- triggerConfig ManualJob Trigger Config Response 
- The Job trigger related configuration.
- provisioning_state str
- Provisioning state of the Job
- managed_component_ Sequence[Managedreferences Component Reference Response] 
- Referenced managed components collection
- source
BuildResult | CustomUser Source Info Response Container | JarUser Source Info Response Uploaded | NetUser Source Info Response Core | SourceZip Uploaded User Source Info Response Uploaded | UploadedUser Source Info Response User | WarSource Info Response Uploaded User Source Info Response 
- Uploaded source information of the Job.
- template
JobExecution Template Response 
- The template which is applied for all executions of the Job.
- trigger_config ManualJob Trigger Config Response 
- The Job trigger related configuration.
- provisioningState String
- Provisioning state of the Job
- managedComponent List<Property Map>References 
- Referenced managed components collection
- source Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Uploaded source information of the Job.
- template Property Map
- The template which is applied for all executions of the Job.
- triggerConfig Property Map
- The Job trigger related configuration.
JobResourceRequestsResponse   
ManagedComponentReferenceResponse   
- ResourceId string
- Resource Id of the managed component
- ResourceId string
- Resource Id of the managed component
- resourceId String
- Resource Id of the managed component
- resourceId string
- Resource Id of the managed component
- resource_id str
- Resource Id of the managed component
- resourceId String
- Resource Id of the managed component
ManualJobTriggerConfigResponse    
- Parallelism int
- Number of parallel replicas of a job execution can run.
- RetryLimit int
- Maximum number of retries before failing the job.
- TimeoutIn intSeconds 
- Maximum number of seconds an execution is allowed to run.
- Parallelism int
- Number of parallel replicas of a job execution can run.
- RetryLimit int
- Maximum number of retries before failing the job.
- TimeoutIn intSeconds 
- Maximum number of seconds an execution is allowed to run.
- parallelism Integer
- Number of parallel replicas of a job execution can run.
- retryLimit Integer
- Maximum number of retries before failing the job.
- timeoutIn IntegerSeconds 
- Maximum number of seconds an execution is allowed to run.
- parallelism number
- Number of parallel replicas of a job execution can run.
- retryLimit number
- Maximum number of retries before failing the job.
- timeoutIn numberSeconds 
- Maximum number of seconds an execution is allowed to run.
- parallelism int
- Number of parallel replicas of a job execution can run.
- retry_limit int
- Maximum number of retries before failing the job.
- timeout_in_ intseconds 
- Maximum number of seconds an execution is allowed to run.
- parallelism Number
- Number of parallel replicas of a job execution can run.
- retryLimit Number
- Maximum number of retries before failing the job.
- timeoutIn NumberSeconds 
- Maximum number of seconds an execution is allowed to run.
NetCoreZipUploadedUserSourceInfoResponse       
- NetCore stringMain Entry Path 
- The path to the .NET executable relative to zip root
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the .Net file
- Version string
- Version of the source
- NetCore stringMain Entry Path 
- The path to the .NET executable relative to zip root
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the .Net file
- Version string
- Version of the source
- netCore StringMain Entry Path 
- The path to the .NET executable relative to zip root
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the .Net file
- version String
- Version of the source
- netCore stringMain Entry Path 
- The path to the .NET executable relative to zip root
- relativePath string
- Relative path of the storage which stores the source
- runtimeVersion string
- Runtime version of the .Net file
- version string
- Version of the source
- net_core_ strmain_ entry_ path 
- The path to the .NET executable relative to zip root
- relative_path str
- Relative path of the storage which stores the source
- runtime_version str
- Runtime version of the .Net file
- version str
- Version of the source
- netCore StringMain Entry Path 
- The path to the .NET executable relative to zip root
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the .Net file
- version String
- Version of the source
SourceUploadedUserSourceInfoResponse     
- ArtifactSelector string
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the source file
- Version string
- Version of the source
- ArtifactSelector string
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the source file
- Version string
- Version of the source
- artifactSelector String
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the source file
- version String
- Version of the source
- artifactSelector string
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- relativePath string
- Relative path of the storage which stores the source
- runtimeVersion string
- Runtime version of the source file
- version string
- Version of the source
- artifact_selector str
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- relative_path str
- Relative path of the storage which stores the source
- runtime_version str
- Runtime version of the source file
- version str
- Version of the source
- artifactSelector String
- Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the source file
- version String
- Version of the source
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UploadedUserSourceInfoResponse    
- RelativePath string
- Relative path of the storage which stores the source
- Version string
- Version of the source
- RelativePath string
- Relative path of the storage which stores the source
- Version string
- Version of the source
- relativePath String
- Relative path of the storage which stores the source
- version String
- Version of the source
- relativePath string
- Relative path of the storage which stores the source
- version string
- Version of the source
- relative_path str
- Relative path of the storage which stores the source
- version str
- Version of the source
- relativePath String
- Relative path of the storage which stores the source
- version String
- Version of the source
WarUploadedUserSourceInfoResponse     
- JvmOptions string
- JVM parameter
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the war file
- ServerVersion string
- Server version, currently only Apache Tomcat is supported
- Version string
- Version of the source
- JvmOptions string
- JVM parameter
- RelativePath string
- Relative path of the storage which stores the source
- RuntimeVersion string
- Runtime version of the war file
- ServerVersion string
- Server version, currently only Apache Tomcat is supported
- Version string
- Version of the source
- jvmOptions String
- JVM parameter
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the war file
- serverVersion String
- Server version, currently only Apache Tomcat is supported
- version String
- Version of the source
- jvmOptions string
- JVM parameter
- relativePath string
- Relative path of the storage which stores the source
- runtimeVersion string
- Runtime version of the war file
- serverVersion string
- Server version, currently only Apache Tomcat is supported
- version string
- Version of the source
- jvm_options str
- JVM parameter
- relative_path str
- Relative path of the storage which stores the source
- runtime_version str
- Runtime version of the war file
- server_version str
- Server version, currently only Apache Tomcat is supported
- version str
- Version of the source
- jvmOptions String
- JVM parameter
- relativePath String
- Relative path of the storage which stores the source
- runtimeVersion String
- Runtime version of the war file
- serverVersion String
- Server version, currently only Apache Tomcat is supported
- version String
- Version of the source
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi