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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:appplatform:getJob
arguments:
# arguments dictionary
The following arguments are supported:
- Job
Name string - The name of the Job resource.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- Job
Name string - The name of the Job resource.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- job
Name String - The name of the Job resource.
- resource
Group 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.
- service
Name String - The name of the Service resource.
- job
Name string - The name of the Job resource.
- resource
Group 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.
- service
Name 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.
- job
Name String - The name of the Job resource.
- resource
Group 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.
- service
Name 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
- System
Data 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
Job
Resource Properties Response - Properties of the Job resource
- System
Data 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
Job
Resource Properties Response - Properties of the Job resource
- system
Data 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
Job
Resource Properties Response - Properties of the Job resource
- system
Data 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
Job
Resource 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
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
BuildResultUserSourceInfoResponse
- Build
Result stringId - Resource id of an existing succeeded build result under the same Spring instance.
- Version string
- Version of the source
- Build
Result stringId - Resource id of an existing succeeded build result under the same Spring instance.
- Version string
- Version of the source
- build
Result StringId - Resource id of an existing succeeded build result under the same Spring instance.
- version String
- Version of the source
- build
Result 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
- build
Result 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.
- Container
Image string - Container image of the custom container. This should be in the form of : without the server name of the registry
- Image
Registry Pulumi.Credential Azure Native. App Platform. Inputs. Image Registry Credential Response - Credential of the image registry
- Language
Framework 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.
- Container
Image string - 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 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.
- container
Image String - 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 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.
- container
Image string - 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 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.
- container
Image String - Container image of the custom container. This should be in the form of : without the server name of the registry
- image
Registry Property MapCredential - Credential of the image registry
- language
Framework 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
- Custom
Container Pulumi.Azure Native. App Platform. Inputs. Custom Container Response - Custom container payload
- Version string
- Version of the source
- Custom
Container CustomContainer Response - Custom container payload
- Version string
- Version of the source
- custom
Container CustomContainer Response - Custom container payload
- version String
- Version of the source
- custom
Container CustomContainer Response - Custom container payload
- version string
- Version of the source
- custom_
container CustomContainer Response - Custom container payload
- version str
- Version of the source
- custom
Container Property Map - Custom container payload
- version String
- Version of the source
EnvVarResponse
- Name string
- Environment variable name.
- Secret
Value string - secret environment variable value.
- Value string
- Non-secret environment variable value.
- Name string
- Environment variable name.
- Secret
Value string - secret environment variable value.
- Value string
- Non-secret environment variable value.
- name String
- Environment variable name.
- secret
Value String - secret environment variable value.
- value String
- Non-secret environment variable value.
- name string
- Environment variable name.
- secret
Value 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.
- secret
Value String - secret environment variable value.
- value String
- Non-secret environment variable value.
ImageRegistryCredentialResponse
JarUploadedUserSourceInfoResponse
- Jvm
Options string - JVM parameter
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the Jar file
- Version string
- Version of the source
- Jvm
Options string - JVM parameter
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the Jar file
- Version string
- Version of the source
- jvm
Options String - JVM parameter
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the Jar file
- version String
- Version of the source
- jvm
Options string - JVM parameter
- relative
Path string - Relative path of the storage which stores the source
- runtime
Version 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
- jvm
Options String - JVM parameter
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the Jar file
- version String
- Version of the source
JobExecutionTemplateResponse
- Args List<string>
- Arguments for the Job execution.
- Environment
Variables List<Pulumi.Azure Native. App Platform. Inputs. Env Var Response> - Environment variables of Job execution
- Resource
Requests 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.
- Environment
Variables []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.
- environment
Variables List<EnvVar Response> - Environment variables of Job execution
- resource
Requests JobResource Requests Response - The requested resource quantity for required CPU and Memory.
- args string[]
- Arguments for the Job execution.
- environment
Variables EnvVar Response[] - Environment variables of Job execution
- resource
Requests 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.
- environment
Variables List<Property Map> - Environment variables of Job execution
- resource
Requests Property Map - The requested resource quantity for required CPU and Memory.
JobResourcePropertiesResponse
- Provisioning
State string - Provisioning state of the Job
- Managed
Component 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.
- Trigger
Config Pulumi.Azure Native. App Platform. Inputs. Manual Job Trigger Config Response - The Job trigger related configuration.
- Provisioning
State string - Provisioning state of the Job
- Managed
Component []ManagedReferences Component Reference Response - Referenced managed components collection
- Source
Build
Result | 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
Job
Execution Template Response - The template which is applied for all executions of the Job.
- Trigger
Config ManualJob Trigger Config Response - The Job trigger related configuration.
- provisioning
State String - Provisioning state of the Job
- managed
Component List<ManagedReferences Component Reference Response> - Referenced managed components collection
- source
Build
Result | 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
Job
Execution Template Response - The template which is applied for all executions of the Job.
- trigger
Config ManualJob Trigger Config Response - The Job trigger related configuration.
- provisioning
State string - Provisioning state of the Job
- managed
Component ManagedReferences Component Reference Response[] - Referenced managed components collection
- source
Build
Result | 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
Job
Execution Template Response - The template which is applied for all executions of the Job.
- trigger
Config 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
Build
Result | 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
Job
Execution Template Response - The template which is applied for all executions of the Job.
- trigger_
config ManualJob Trigger Config Response - The Job trigger related configuration.
- provisioning
State String - Provisioning state of the Job
- managed
Component 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.
- trigger
Config Property Map - The Job trigger related configuration.
JobResourceRequestsResponse
ManagedComponentReferenceResponse
- Resource
Id string - Resource Id of the managed component
- Resource
Id string - Resource Id of the managed component
- resource
Id String - Resource Id of the managed component
- resource
Id string - Resource Id of the managed component
- resource_
id str - Resource Id of the managed component
- resource
Id String - Resource Id of the managed component
ManualJobTriggerConfigResponse
- 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 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 Integer
- Number of parallel replicas of a job execution can run.
- retry
Limit Integer - Maximum number of retries before failing the job.
- timeout
In IntegerSeconds - Maximum number of seconds an execution is allowed to run.
- parallelism number
- Number of parallel replicas of a job execution can run.
- retry
Limit number - Maximum number of retries before failing the job.
- timeout
In 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.
- retry
Limit Number - Maximum number of retries before failing the job.
- timeout
In NumberSeconds - Maximum number of seconds an execution is allowed to run.
NetCoreZipUploadedUserSourceInfoResponse
- Net
Core stringMain Entry Path - The path to the .NET executable relative to zip root
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the .Net file
- Version string
- Version of the source
- Net
Core stringMain Entry Path - The path to the .NET executable relative to zip root
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the .Net file
- Version string
- Version of the source
- net
Core StringMain Entry Path - The path to the .NET executable relative to zip root
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the .Net file
- version String
- Version of the source
- net
Core stringMain Entry Path - The path to the .NET executable relative to zip root
- relative
Path string - Relative path of the storage which stores the source
- runtime
Version 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
- net
Core StringMain Entry Path - The path to the .NET executable relative to zip root
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the .Net file
- version String
- Version of the source
SourceUploadedUserSourceInfoResponse
- Artifact
Selector 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.
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the source file
- Version string
- Version of the source
- Artifact
Selector 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.
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the source file
- Version string
- Version of the source
- artifact
Selector 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.
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the source file
- version String
- Version of the source
- artifact
Selector 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.
- relative
Path string - Relative path of the storage which stores the source
- runtime
Version 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
- artifact
Selector 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.
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the source file
- version String
- Version of the source
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UploadedUserSourceInfoResponse
- Relative
Path string - Relative path of the storage which stores the source
- Version string
- Version of the source
- Relative
Path string - Relative path of the storage which stores the source
- Version string
- Version of the source
- relative
Path String - Relative path of the storage which stores the source
- version String
- Version of the source
- relative
Path 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
- relative
Path String - Relative path of the storage which stores the source
- version String
- Version of the source
WarUploadedUserSourceInfoResponse
- Jvm
Options string - JVM parameter
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the war file
- Server
Version string - Server version, currently only Apache Tomcat is supported
- Version string
- Version of the source
- Jvm
Options string - JVM parameter
- Relative
Path string - Relative path of the storage which stores the source
- Runtime
Version string - Runtime version of the war file
- Server
Version string - Server version, currently only Apache Tomcat is supported
- Version string
- Version of the source
- jvm
Options String - JVM parameter
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the war file
- server
Version String - Server version, currently only Apache Tomcat is supported
- version String
- Version of the source
- jvm
Options string - JVM parameter
- relative
Path string - Relative path of the storage which stores the source
- runtime
Version string - Runtime version of the war file
- server
Version 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
- jvm
Options String - JVM parameter
- relative
Path String - Relative path of the storage which stores the source
- runtime
Version String - Runtime version of the war file
- server
Version 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.47.1 published on Monday, Jun 24, 2024 by Pulumi