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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.batch.getApplication
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets information about the specified application. Azure REST API version: 2023-05-01.
Other available API versions: 2017-09-01, 2023-11-01, 2024-02-01, 2024-07-01.
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
def get_application(account_name: Optional[str] = None,
application_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(account_name: Optional[pulumi.Input[str]] = None,
application_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput
> Note: This function is named LookupApplication
in the Go SDK.
public static class GetApplication
{
public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:batch:getApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the Batch account.
- Application
Name string - The name of the application. This must be unique within the account.
- Resource
Group stringName - The name of the resource group that contains the Batch account.
- Account
Name string - The name of the Batch account.
- Application
Name string - The name of the application. This must be unique within the account.
- Resource
Group stringName - The name of the resource group that contains the Batch account.
- account
Name String - The name of the Batch account.
- application
Name String - The name of the application. This must be unique within the account.
- resource
Group StringName - The name of the resource group that contains the Batch account.
- account
Name string - The name of the Batch account.
- application
Name string - The name of the application. This must be unique within the account.
- resource
Group stringName - The name of the resource group that contains the Batch account.
- account_
name str - The name of the Batch account.
- application_
name str - The name of the application. This must be unique within the account.
- resource_
group_ strname - The name of the resource group that contains the Batch account.
- account
Name String - The name of the Batch account.
- application
Name String - The name of the application. This must be unique within the account.
- resource
Group StringName - The name of the resource group that contains the Batch account.
getApplication Result
The following output properties are available:
- Etag string
- The ETag of the resource, used for concurrency statements.
- Id string
- The ID of the resource.
- Name string
- The name of the resource.
- Type string
- The type of the resource.
- Allow
Updates bool - A value indicating whether packages within the application may be overwritten using the same version string.
- Default
Version string - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- Display
Name string - The display name for the application.
- Etag string
- The ETag of the resource, used for concurrency statements.
- Id string
- The ID of the resource.
- Name string
- The name of the resource.
- Type string
- The type of the resource.
- Allow
Updates bool - A value indicating whether packages within the application may be overwritten using the same version string.
- Default
Version string - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- Display
Name string - The display name for the application.
- etag String
- The ETag of the resource, used for concurrency statements.
- id String
- The ID of the resource.
- name String
- The name of the resource.
- type String
- The type of the resource.
- allow
Updates Boolean - A value indicating whether packages within the application may be overwritten using the same version string.
- default
Version String - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- display
Name String - The display name for the application.
- etag string
- The ETag of the resource, used for concurrency statements.
- id string
- The ID of the resource.
- name string
- The name of the resource.
- type string
- The type of the resource.
- allow
Updates boolean - A value indicating whether packages within the application may be overwritten using the same version string.
- default
Version string - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- display
Name string - The display name for the application.
- etag str
- The ETag of the resource, used for concurrency statements.
- id str
- The ID of the resource.
- name str
- The name of the resource.
- type str
- The type of the resource.
- allow_
updates bool - A value indicating whether packages within the application may be overwritten using the same version string.
- default_
version str - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- display_
name str - The display name for the application.
- etag String
- The ETag of the resource, used for concurrency statements.
- id String
- The ID of the resource.
- name String
- The name of the resource.
- type String
- The type of the resource.
- allow
Updates Boolean - A value indicating whether packages within the application may be overwritten using the same version string.
- default
Version String - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
- display
Name String - The display name for the application.
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi