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.web.getContainerApp
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
Container App. Azure REST API version: 2023-01-01.
Other available API versions: 2023-12-01.
Using getContainerApp
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 getContainerApp(args: GetContainerAppArgs, opts?: InvokeOptions): Promise<GetContainerAppResult>
function getContainerAppOutput(args: GetContainerAppOutputArgs, opts?: InvokeOptions): Output<GetContainerAppResult>
def get_container_app(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContainerAppResult
def get_container_app_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContainerAppResult]
func LookupContainerApp(ctx *Context, args *LookupContainerAppArgs, opts ...InvokeOption) (*LookupContainerAppResult, error)
func LookupContainerAppOutput(ctx *Context, args *LookupContainerAppOutputArgs, opts ...InvokeOption) LookupContainerAppResultOutput
> Note: This function is named LookupContainerApp
in the Go SDK.
public static class GetContainerApp
{
public static Task<GetContainerAppResult> InvokeAsync(GetContainerAppArgs args, InvokeOptions? opts = null)
public static Output<GetContainerAppResult> Invoke(GetContainerAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContainerAppResult> getContainerApp(GetContainerAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:getContainerApp
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name of the Container App.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Name string
- Name of the Container App.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- name String
- Name of the Container App.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- name string
- Name of the Container App.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- name str
- Name of the Container App.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- name String
- Name of the Container App.
- resource
Group StringName - Name of the resource group to which the resource belongs.
getContainerApp Result
The following output properties are available:
- Id string
- Resource Id.
- Latest
Revision stringFqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- Latest
Revision stringName - Name of the latest revision of the Container App.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Provisioning state of the Container App.
- Type string
- Resource type.
- Configuration
Pulumi.
Azure Native. Web. Outputs. Configuration Response - Non versioned Container App configuration properties.
- Kind string
- Kind of resource.
- Kube
Environment stringId - Resource ID of the Container App's KubeEnvironment.
- Dictionary<string, string>
- Resource tags.
- Template
Pulumi.
Azure Native. Web. Outputs. Template Response - Container App versioned application definition.
- Id string
- Resource Id.
- Latest
Revision stringFqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- Latest
Revision stringName - Name of the latest revision of the Container App.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Provisioning state of the Container App.
- Type string
- Resource type.
- Configuration
Configuration
Response - Non versioned Container App configuration properties.
- Kind string
- Kind of resource.
- Kube
Environment stringId - Resource ID of the Container App's KubeEnvironment.
- map[string]string
- Resource tags.
- Template
Template
Response - Container App versioned application definition.
- id String
- Resource Id.
- latest
Revision StringFqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- latest
Revision StringName - Name of the latest revision of the Container App.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Provisioning state of the Container App.
- type String
- Resource type.
- configuration
Configuration
Response - Non versioned Container App configuration properties.
- kind String
- Kind of resource.
- kube
Environment StringId - Resource ID of the Container App's KubeEnvironment.
- Map<String,String>
- Resource tags.
- template
Template
Response - Container App versioned application definition.
- id string
- Resource Id.
- latest
Revision stringFqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- latest
Revision stringName - Name of the latest revision of the Container App.
- location string
- Resource Location.
- name string
- Resource Name.
- provisioning
State string - Provisioning state of the Container App.
- type string
- Resource type.
- configuration
Configuration
Response - Non versioned Container App configuration properties.
- kind string
- Kind of resource.
- kube
Environment stringId - Resource ID of the Container App's KubeEnvironment.
- {[key: string]: string}
- Resource tags.
- template
Template
Response - Container App versioned application definition.
- id str
- Resource Id.
- latest_
revision_ strfqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- latest_
revision_ strname - Name of the latest revision of the Container App.
- location str
- Resource Location.
- name str
- Resource Name.
- provisioning_
state str - Provisioning state of the Container App.
- type str
- Resource type.
- configuration
Configuration
Response - Non versioned Container App configuration properties.
- kind str
- Kind of resource.
- kube_
environment_ strid - Resource ID of the Container App's KubeEnvironment.
- Mapping[str, str]
- Resource tags.
- template
Template
Response - Container App versioned application definition.
- id String
- Resource Id.
- latest
Revision StringFqdn - Fully Qualified Domain Name of the latest revision of the Container App.
- latest
Revision StringName - Name of the latest revision of the Container App.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Provisioning state of the Container App.
- type String
- Resource type.
- configuration Property Map
- Non versioned Container App configuration properties.
- kind String
- Kind of resource.
- kube
Environment StringId - Resource ID of the Container App's KubeEnvironment.
- Map<String>
- Resource tags.
- template Property Map
- Container App versioned application definition.
Supporting Types
ConfigurationResponse
- Active
Revisions stringMode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- Ingress
Pulumi.
Azure Native. Web. Inputs. Ingress Response - Ingress configurations.
- Registries
List<Pulumi.
Azure Native. Web. Inputs. Registry Credentials Response> - Collection of private container registry credentials for containers used by the Container app
- Secrets
List<Pulumi.
Azure Native. Web. Inputs. Secret Response> - Collection of secrets used by a Container app
- Active
Revisions stringMode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- Ingress
Ingress
Response - Ingress configurations.
- Registries
[]Registry
Credentials Response - Collection of private container registry credentials for containers used by the Container app
- Secrets
[]Secret
Response - Collection of secrets used by a Container app
- active
Revisions StringMode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- ingress
Ingress
Response - Ingress configurations.
- registries
List<Registry
Credentials Response> - Collection of private container registry credentials for containers used by the Container app
- secrets
List<Secret
Response> - Collection of secrets used by a Container app
- active
Revisions stringMode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- ingress
Ingress
Response - Ingress configurations.
- registries
Registry
Credentials Response[] - Collection of private container registry credentials for containers used by the Container app
- secrets
Secret
Response[] - Collection of secrets used by a Container app
- active_
revisions_ strmode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- ingress
Ingress
Response - Ingress configurations.
- registries
Sequence[Registry
Credentials Response] - Collection of private container registry credentials for containers used by the Container app
- secrets
Sequence[Secret
Response] - Collection of secrets used by a Container app
- active
Revisions StringMode - ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode
- ingress Property Map
- Ingress configurations.
- registries List<Property Map>
- Collection of private container registry credentials for containers used by the Container app
- secrets List<Property Map>
- Collection of secrets used by a Container app
ContainerResourcesResponse
ContainerResponse
- Args List<string>
- Container start command arguments.
- Command List<string>
- Container start command.
- Env
List<Pulumi.
Azure Native. Web. Inputs. Environment Var Response> - Container environment variables.
- Image string
- Container image tag.
- Name string
- Custom container name.
- Resources
Pulumi.
Azure Native. Web. Inputs. Container Resources Response - Container resource requirements.
- Args []string
- Container start command arguments.
- Command []string
- Container start command.
- Env
[]Environment
Var Response - Container environment variables.
- Image string
- Container image tag.
- Name string
- Custom container name.
- Resources
Container
Resources Response - Container resource requirements.
- args List<String>
- Container start command arguments.
- command List<String>
- Container start command.
- env
List<Environment
Var Response> - Container environment variables.
- image String
- Container image tag.
- name String
- Custom container name.
- resources
Container
Resources Response - Container resource requirements.
- args string[]
- Container start command arguments.
- command string[]
- Container start command.
- env
Environment
Var Response[] - Container environment variables.
- image string
- Container image tag.
- name string
- Custom container name.
- resources
Container
Resources Response - Container resource requirements.
- args Sequence[str]
- Container start command arguments.
- command Sequence[str]
- Container start command.
- env
Sequence[Environment
Var Response] - Container environment variables.
- image str
- Container image tag.
- name str
- Custom container name.
- resources
Container
Resources Response - Container resource requirements.
- args List<String>
- Container start command arguments.
- command List<String>
- Container start command.
- env List<Property Map>
- Container environment variables.
- image String
- Container image tag.
- name String
- Custom container name.
- resources Property Map
- Container resource requirements.
CustomScaleRuleResponse
- Auth
List<Pulumi.
Azure Native. Web. Inputs. Scale Rule Auth Response> - Authentication secrets for the custom scale rule.
- Metadata Dictionary<string, string>
- Metadata properties to describe custom scale rule.
- Type string
- Type of the custom scale rule eg: azure-servicebus, redis etc.
- Auth
[]Scale
Rule Auth Response - Authentication secrets for the custom scale rule.
- Metadata map[string]string
- Metadata properties to describe custom scale rule.
- Type string
- Type of the custom scale rule eg: azure-servicebus, redis etc.
- auth
List<Scale
Rule Auth Response> - Authentication secrets for the custom scale rule.
- metadata Map<String,String>
- Metadata properties to describe custom scale rule.
- type String
- Type of the custom scale rule eg: azure-servicebus, redis etc.
- auth
Scale
Rule Auth Response[] - Authentication secrets for the custom scale rule.
- metadata {[key: string]: string}
- Metadata properties to describe custom scale rule.
- type string
- Type of the custom scale rule eg: azure-servicebus, redis etc.
- auth
Sequence[Scale
Rule Auth Response] - Authentication secrets for the custom scale rule.
- metadata Mapping[str, str]
- Metadata properties to describe custom scale rule.
- type str
- Type of the custom scale rule eg: azure-servicebus, redis etc.
- auth List<Property Map>
- Authentication secrets for the custom scale rule.
- metadata Map<String>
- Metadata properties to describe custom scale rule.
- type String
- Type of the custom scale rule eg: azure-servicebus, redis etc.
DaprComponentResponse
- Metadata
List<Pulumi.
Azure Native. Web. Inputs. Dapr Metadata Response> - Component metadata
- Name string
- Component name
- Type string
- Component type
- Version string
- Component version
- Metadata
[]Dapr
Metadata Response - Component metadata
- Name string
- Component name
- Type string
- Component type
- Version string
- Component version
- metadata
List<Dapr
Metadata Response> - Component metadata
- name String
- Component name
- type String
- Component type
- version String
- Component version
- metadata
Dapr
Metadata Response[] - Component metadata
- name string
- Component name
- type string
- Component type
- version string
- Component version
- metadata
Sequence[Dapr
Metadata Response] - Component metadata
- name str
- Component name
- type str
- Component type
- version str
- Component version
- metadata List<Property Map>
- Component metadata
- name String
- Component name
- type String
- Component type
- version String
- Component version
DaprMetadataResponse
- name str
- Metadata property name.
- secret_
ref str - Name of the Container App secret from which to pull the metadata property value.
- value str
- Metadata property value.
DaprResponse
- App
Id string - Dapr application identifier
- App
Port int - Port on which the Dapr side car
- Components
List<Pulumi.
Azure Native. Web. Inputs. Dapr Component Response> - Collection of Dapr components
- Enabled bool
- Boolean indicating if the Dapr side car is enabled
- App
Id string - Dapr application identifier
- App
Port int - Port on which the Dapr side car
- Components
[]Dapr
Component Response - Collection of Dapr components
- Enabled bool
- Boolean indicating if the Dapr side car is enabled
- app
Id String - Dapr application identifier
- app
Port Integer - Port on which the Dapr side car
- components
List<Dapr
Component Response> - Collection of Dapr components
- enabled Boolean
- Boolean indicating if the Dapr side car is enabled
- app
Id string - Dapr application identifier
- app
Port number - Port on which the Dapr side car
- components
Dapr
Component Response[] - Collection of Dapr components
- enabled boolean
- Boolean indicating if the Dapr side car is enabled
- app_
id str - Dapr application identifier
- app_
port int - Port on which the Dapr side car
- components
Sequence[Dapr
Component Response] - Collection of Dapr components
- enabled bool
- Boolean indicating if the Dapr side car is enabled
- app
Id String - Dapr application identifier
- app
Port Number - Port on which the Dapr side car
- components List<Property Map>
- Collection of Dapr components
- enabled Boolean
- Boolean indicating if the Dapr side car is enabled
EnvironmentVarResponse
- name str
- Environment variable name.
- secret_
ref str - Name of the Container App secret from which to pull the environment variable value.
- value str
- Non-secret environment variable value.
HttpScaleRuleResponse
- Auth
List<Pulumi.
Azure Native. Web. Inputs. Scale Rule Auth Response> - Authentication secrets for the custom scale rule.
- Metadata Dictionary<string, string>
- Metadata properties to describe http scale rule.
- Auth
[]Scale
Rule Auth Response - Authentication secrets for the custom scale rule.
- Metadata map[string]string
- Metadata properties to describe http scale rule.
- auth
List<Scale
Rule Auth Response> - Authentication secrets for the custom scale rule.
- metadata Map<String,String>
- Metadata properties to describe http scale rule.
- auth
Scale
Rule Auth Response[] - Authentication secrets for the custom scale rule.
- metadata {[key: string]: string}
- Metadata properties to describe http scale rule.
- auth
Sequence[Scale
Rule Auth Response] - Authentication secrets for the custom scale rule.
- metadata Mapping[str, str]
- Metadata properties to describe http scale rule.
- auth List<Property Map>
- Authentication secrets for the custom scale rule.
- metadata Map<String>
- Metadata properties to describe http scale rule.
IngressResponse
- Fqdn string
- Hostname.
- Allow
Insecure bool - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- External bool
- Bool indicating if app exposes an external http endpoint
- Target
Port int - Target Port in containers for traffic from ingress
- Traffic
List<Pulumi.
Azure Native. Web. Inputs. Traffic Weight Response> - Transport string
- Ingress transport protocol
- Fqdn string
- Hostname.
- Allow
Insecure bool - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- External bool
- Bool indicating if app exposes an external http endpoint
- Target
Port int - Target Port in containers for traffic from ingress
- Traffic
[]Traffic
Weight Response - Transport string
- Ingress transport protocol
- fqdn String
- Hostname.
- allow
Insecure Boolean - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- external Boolean
- Bool indicating if app exposes an external http endpoint
- target
Port Integer - Target Port in containers for traffic from ingress
- traffic
List<Traffic
Weight Response> - transport String
- Ingress transport protocol
- fqdn string
- Hostname.
- allow
Insecure boolean - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- external boolean
- Bool indicating if app exposes an external http endpoint
- target
Port number - Target Port in containers for traffic from ingress
- traffic
Traffic
Weight Response[] - transport string
- Ingress transport protocol
- fqdn str
- Hostname.
- allow_
insecure bool - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- external bool
- Bool indicating if app exposes an external http endpoint
- target_
port int - Target Port in containers for traffic from ingress
- traffic
Sequence[Traffic
Weight Response] - transport str
- Ingress transport protocol
- fqdn String
- Hostname.
- allow
Insecure Boolean - Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
- external Boolean
- Bool indicating if app exposes an external http endpoint
- target
Port Number - Target Port in containers for traffic from ingress
- traffic List<Property Map>
- transport String
- Ingress transport protocol
QueueScaleRuleResponse
- Auth
List<Pulumi.
Azure Native. Web. Inputs. Scale Rule Auth Response> - Authentication secrets for the queue scale rule.
- Queue
Length int - Queue length.
- Queue
Name string - Queue name.
- Auth
[]Scale
Rule Auth Response - Authentication secrets for the queue scale rule.
- Queue
Length int - Queue length.
- Queue
Name string - Queue name.
- auth
List<Scale
Rule Auth Response> - Authentication secrets for the queue scale rule.
- queue
Length Integer - Queue length.
- queue
Name String - Queue name.
- auth
Scale
Rule Auth Response[] - Authentication secrets for the queue scale rule.
- queue
Length number - Queue length.
- queue
Name string - Queue name.
- auth
Sequence[Scale
Rule Auth Response] - Authentication secrets for the queue scale rule.
- queue_
length int - Queue length.
- queue_
name str - Queue name.
- auth List<Property Map>
- Authentication secrets for the queue scale rule.
- queue
Length Number - Queue length.
- queue
Name String - Queue name.
RegistryCredentialsResponse
- Password
Secret stringRef - The name of the Secret that contains the registry login password
- Server string
- Container Registry Server
- Username string
- Container Registry Username
- Password
Secret stringRef - The name of the Secret that contains the registry login password
- Server string
- Container Registry Server
- Username string
- Container Registry Username
- password
Secret StringRef - The name of the Secret that contains the registry login password
- server String
- Container Registry Server
- username String
- Container Registry Username
- password
Secret stringRef - The name of the Secret that contains the registry login password
- server string
- Container Registry Server
- username string
- Container Registry Username
- password_
secret_ strref - The name of the Secret that contains the registry login password
- server str
- Container Registry Server
- username str
- Container Registry Username
- password
Secret StringRef - The name of the Secret that contains the registry login password
- server String
- Container Registry Server
- username String
- Container Registry Username
ScaleResponse
- Max
Replicas int - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- Min
Replicas int - Optional. Minimum number of container replicas.
- Rules
List<Pulumi.
Azure Native. Web. Inputs. Scale Rule Response> - Scaling rules.
- Max
Replicas int - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- Min
Replicas int - Optional. Minimum number of container replicas.
- Rules
[]Scale
Rule Response - Scaling rules.
- max
Replicas Integer - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- min
Replicas Integer - Optional. Minimum number of container replicas.
- rules
List<Scale
Rule Response> - Scaling rules.
- max
Replicas number - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- min
Replicas number - Optional. Minimum number of container replicas.
- rules
Scale
Rule Response[] - Scaling rules.
- max_
replicas int - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- min_
replicas int - Optional. Minimum number of container replicas.
- rules
Sequence[Scale
Rule Response] - Scaling rules.
- max
Replicas Number - Optional. Maximum number of container replicas. Defaults to 10 if not set.
- min
Replicas Number - Optional. Minimum number of container replicas.
- rules List<Property Map>
- Scaling rules.
ScaleRuleAuthResponse
- Secret
Ref string - Name of the Container App secret from which to pull the auth params.
- Trigger
Parameter string - Trigger Parameter that uses the secret
- Secret
Ref string - Name of the Container App secret from which to pull the auth params.
- Trigger
Parameter string - Trigger Parameter that uses the secret
- secret
Ref String - Name of the Container App secret from which to pull the auth params.
- trigger
Parameter String - Trigger Parameter that uses the secret
- secret
Ref string - Name of the Container App secret from which to pull the auth params.
- trigger
Parameter string - Trigger Parameter that uses the secret
- secret_
ref str - Name of the Container App secret from which to pull the auth params.
- trigger_
parameter str - Trigger Parameter that uses the secret
- secret
Ref String - Name of the Container App secret from which to pull the auth params.
- trigger
Parameter String - Trigger Parameter that uses the secret
ScaleRuleResponse
- Azure
Queue Pulumi.Azure Native. Web. Inputs. Queue Scale Rule Response - Azure Queue based scaling.
- Custom
Pulumi.
Azure Native. Web. Inputs. Custom Scale Rule Response - Custom scale rule.
- Http
Pulumi.
Azure Native. Web. Inputs. Http Scale Rule Response - HTTP requests based scaling.
- Name string
- Scale Rule Name
- Azure
Queue QueueScale Rule Response - Azure Queue based scaling.
- Custom
Custom
Scale Rule Response - Custom scale rule.
- Http
Http
Scale Rule Response - HTTP requests based scaling.
- Name string
- Scale Rule Name
- azure
Queue QueueScale Rule Response - Azure Queue based scaling.
- custom
Custom
Scale Rule Response - Custom scale rule.
- http
Http
Scale Rule Response - HTTP requests based scaling.
- name String
- Scale Rule Name
- azure
Queue QueueScale Rule Response - Azure Queue based scaling.
- custom
Custom
Scale Rule Response - Custom scale rule.
- http
Http
Scale Rule Response - HTTP requests based scaling.
- name string
- Scale Rule Name
- azure_
queue QueueScale Rule Response - Azure Queue based scaling.
- custom
Custom
Scale Rule Response - Custom scale rule.
- http
Http
Scale Rule Response - HTTP requests based scaling.
- name str
- Scale Rule Name
- azure
Queue Property Map - Azure Queue based scaling.
- custom Property Map
- Custom scale rule.
- http Property Map
- HTTP requests based scaling.
- name String
- Scale Rule Name
SecretResponse
- Name string
- Secret Name.
- Name string
- Secret Name.
- name String
- Secret Name.
- name string
- Secret Name.
- name str
- Secret Name.
- name String
- Secret Name.
TemplateResponse
- Containers
List<Pulumi.
Azure Native. Web. Inputs. Container Response> - List of container definitions for the Container App.
- Dapr
Pulumi.
Azure Native. Web. Inputs. Dapr Response - Dapr configuration for the Container App.
- Revision
Suffix string - User friendly suffix that is appended to the revision name
- Scale
Pulumi.
Azure Native. Web. Inputs. Scale Response - Scaling properties for the Container App.
- Containers
[]Container
Response - List of container definitions for the Container App.
- Dapr
Dapr
Response - Dapr configuration for the Container App.
- Revision
Suffix string - User friendly suffix that is appended to the revision name
- Scale
Scale
Response - Scaling properties for the Container App.
- containers
List<Container
Response> - List of container definitions for the Container App.
- dapr
Dapr
Response - Dapr configuration for the Container App.
- revision
Suffix String - User friendly suffix that is appended to the revision name
- scale
Scale
Response - Scaling properties for the Container App.
- containers
Container
Response[] - List of container definitions for the Container App.
- dapr
Dapr
Response - Dapr configuration for the Container App.
- revision
Suffix string - User friendly suffix that is appended to the revision name
- scale
Scale
Response - Scaling properties for the Container App.
- containers
Sequence[Container
Response] - List of container definitions for the Container App.
- dapr
Dapr
Response - Dapr configuration for the Container App.
- revision_
suffix str - User friendly suffix that is appended to the revision name
- scale
Scale
Response - Scaling properties for the Container App.
- containers List<Property Map>
- List of container definitions for the Container App.
- dapr Property Map
- Dapr configuration for the Container App.
- revision
Suffix String - User friendly suffix that is appended to the revision name
- scale Property Map
- Scaling properties for the Container App.
TrafficWeightResponse
- Latest
Revision bool - Indicates that the traffic weight belongs to a latest stable revision
- Revision
Name string - Name of a revision
- Weight int
- Traffic weight assigned to a revision
- Latest
Revision bool - Indicates that the traffic weight belongs to a latest stable revision
- Revision
Name string - Name of a revision
- Weight int
- Traffic weight assigned to a revision
- latest
Revision Boolean - Indicates that the traffic weight belongs to a latest stable revision
- revision
Name String - Name of a revision
- weight Integer
- Traffic weight assigned to a revision
- latest
Revision boolean - Indicates that the traffic weight belongs to a latest stable revision
- revision
Name string - Name of a revision
- weight number
- Traffic weight assigned to a revision
- latest_
revision bool - Indicates that the traffic weight belongs to a latest stable revision
- revision_
name str - Name of a revision
- weight int
- Traffic weight assigned to a revision
- latest
Revision Boolean - Indicates that the traffic weight belongs to a latest stable revision
- revision
Name String - Name of a revision
- weight Number
- Traffic weight assigned to a revision
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