1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. getManagedEnvironment
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.app.getManagedEnvironment

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get the properties of a Managed Environment used to host container apps.

Uses Azure REST API version 2024-03-01.

Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]. See the version guide for details.

Using getManagedEnvironment

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 getManagedEnvironment(args: GetManagedEnvironmentArgs, opts?: InvokeOptions): Promise<GetManagedEnvironmentResult>
function getManagedEnvironmentOutput(args: GetManagedEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetManagedEnvironmentResult>
Copy
def get_managed_environment(environment_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetManagedEnvironmentResult
def get_managed_environment_output(environment_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetManagedEnvironmentResult]
Copy
func LookupManagedEnvironment(ctx *Context, args *LookupManagedEnvironmentArgs, opts ...InvokeOption) (*LookupManagedEnvironmentResult, error)
func LookupManagedEnvironmentOutput(ctx *Context, args *LookupManagedEnvironmentOutputArgs, opts ...InvokeOption) LookupManagedEnvironmentResultOutput
Copy

> Note: This function is named LookupManagedEnvironment in the Go SDK.

public static class GetManagedEnvironment 
{
    public static Task<GetManagedEnvironmentResult> InvokeAsync(GetManagedEnvironmentArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedEnvironmentResult> Invoke(GetManagedEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagedEnvironmentResult> getManagedEnvironment(GetManagedEnvironmentArgs args, InvokeOptions options)
public static Output<GetManagedEnvironmentResult> getManagedEnvironment(GetManagedEnvironmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:app:getManagedEnvironment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
EnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
environmentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
environmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
environment_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Environment.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
environmentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getManagedEnvironment Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
DefaultDomain string
Default Domain Name for the cluster
DeploymentErrors string
Any errors that occurred during deployment or deployment validation
EventStreamEndpoint string
The endpoint of the eventstream of the Environment.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
ProvisioningState string
Provisioning state of the Environment.
StaticIp string
Static IP of the Environment
SystemData Pulumi.AzureNative.App.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AppLogsConfiguration Pulumi.AzureNative.App.Outputs.AppLogsConfigurationResponse
Cluster configuration which enables the log daemon to export app logs to configured destination.
CustomDomainConfiguration Pulumi.AzureNative.App.Outputs.CustomDomainConfigurationResponse
Custom domain configuration for the environment
DaprAIConnectionString string
Application Insights connection string used by Dapr to export Service to Service communication telemetry
DaprAIInstrumentationKey string
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
DaprConfiguration Pulumi.AzureNative.App.Outputs.DaprConfigurationResponse
The configuration of Dapr component.
InfrastructureResourceGroup string
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
KedaConfiguration Pulumi.AzureNative.App.Outputs.KedaConfigurationResponse
The configuration of Keda component.
Kind string
Kind of the Environment.
PeerAuthentication Pulumi.AzureNative.App.Outputs.ManagedEnvironmentResponsePeerAuthentication
Peer authentication settings for the Managed Environment
PeerTrafficConfiguration Pulumi.AzureNative.App.Outputs.ManagedEnvironmentResponsePeerTrafficConfiguration
Peer traffic settings for the Managed Environment
Tags Dictionary<string, string>
Resource tags.
VnetConfiguration Pulumi.AzureNative.App.Outputs.VnetConfigurationResponse
Vnet configuration for the environment
WorkloadProfiles List<Pulumi.AzureNative.App.Outputs.WorkloadProfileResponse>
Workload profiles configured for the Managed Environment.
ZoneRedundant bool
Whether or not this Managed Environment is zone-redundant.
AzureApiVersion string
The Azure API version of the resource.
DefaultDomain string
Default Domain Name for the cluster
DeploymentErrors string
Any errors that occurred during deployment or deployment validation
EventStreamEndpoint string
The endpoint of the eventstream of the Environment.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
ProvisioningState string
Provisioning state of the Environment.
StaticIp string
Static IP of the Environment
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AppLogsConfiguration AppLogsConfigurationResponse
Cluster configuration which enables the log daemon to export app logs to configured destination.
CustomDomainConfiguration CustomDomainConfigurationResponse
Custom domain configuration for the environment
DaprAIConnectionString string
Application Insights connection string used by Dapr to export Service to Service communication telemetry
DaprAIInstrumentationKey string
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
DaprConfiguration DaprConfigurationResponse
The configuration of Dapr component.
InfrastructureResourceGroup string
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
KedaConfiguration KedaConfigurationResponse
The configuration of Keda component.
Kind string
Kind of the Environment.
PeerAuthentication ManagedEnvironmentResponsePeerAuthentication
Peer authentication settings for the Managed Environment
PeerTrafficConfiguration ManagedEnvironmentResponsePeerTrafficConfiguration
Peer traffic settings for the Managed Environment
Tags map[string]string
Resource tags.
VnetConfiguration VnetConfigurationResponse
Vnet configuration for the environment
WorkloadProfiles []WorkloadProfileResponse
Workload profiles configured for the Managed Environment.
ZoneRedundant bool
Whether or not this Managed Environment is zone-redundant.
azureApiVersion String
The Azure API version of the resource.
defaultDomain String
Default Domain Name for the cluster
deploymentErrors String
Any errors that occurred during deployment or deployment validation
eventStreamEndpoint String
The endpoint of the eventstream of the Environment.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
provisioningState String
Provisioning state of the Environment.
staticIp String
Static IP of the Environment
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
appLogsConfiguration AppLogsConfigurationResponse
Cluster configuration which enables the log daemon to export app logs to configured destination.
customDomainConfiguration CustomDomainConfigurationResponse
Custom domain configuration for the environment
daprAIConnectionString String
Application Insights connection string used by Dapr to export Service to Service communication telemetry
daprAIInstrumentationKey String
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
daprConfiguration DaprConfigurationResponse
The configuration of Dapr component.
infrastructureResourceGroup String
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
kedaConfiguration KedaConfigurationResponse
The configuration of Keda component.
kind String
Kind of the Environment.
peerAuthentication ManagedEnvironmentResponsePeerAuthentication
Peer authentication settings for the Managed Environment
peerTrafficConfiguration ManagedEnvironmentResponsePeerTrafficConfiguration
Peer traffic settings for the Managed Environment
tags Map<String,String>
Resource tags.
vnetConfiguration VnetConfigurationResponse
Vnet configuration for the environment
workloadProfiles List<WorkloadProfileResponse>
Workload profiles configured for the Managed Environment.
zoneRedundant Boolean
Whether or not this Managed Environment is zone-redundant.
azureApiVersion string
The Azure API version of the resource.
defaultDomain string
Default Domain Name for the cluster
deploymentErrors string
Any errors that occurred during deployment or deployment validation
eventStreamEndpoint string
The endpoint of the eventstream of the Environment.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location string
The geo-location where the resource lives
name string
The name of the resource
provisioningState string
Provisioning state of the Environment.
staticIp string
Static IP of the Environment
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
appLogsConfiguration AppLogsConfigurationResponse
Cluster configuration which enables the log daemon to export app logs to configured destination.
customDomainConfiguration CustomDomainConfigurationResponse
Custom domain configuration for the environment
daprAIConnectionString string
Application Insights connection string used by Dapr to export Service to Service communication telemetry
daprAIInstrumentationKey string
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
daprConfiguration DaprConfigurationResponse
The configuration of Dapr component.
infrastructureResourceGroup string
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
kedaConfiguration KedaConfigurationResponse
The configuration of Keda component.
kind string
Kind of the Environment.
peerAuthentication ManagedEnvironmentResponsePeerAuthentication
Peer authentication settings for the Managed Environment
peerTrafficConfiguration ManagedEnvironmentResponsePeerTrafficConfiguration
Peer traffic settings for the Managed Environment
tags {[key: string]: string}
Resource tags.
vnetConfiguration VnetConfigurationResponse
Vnet configuration for the environment
workloadProfiles WorkloadProfileResponse[]
Workload profiles configured for the Managed Environment.
zoneRedundant boolean
Whether or not this Managed Environment is zone-redundant.
azure_api_version str
The Azure API version of the resource.
default_domain str
Default Domain Name for the cluster
deployment_errors str
Any errors that occurred during deployment or deployment validation
event_stream_endpoint str
The endpoint of the eventstream of the Environment.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location str
The geo-location where the resource lives
name str
The name of the resource
provisioning_state str
Provisioning state of the Environment.
static_ip str
Static IP of the Environment
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
app_logs_configuration AppLogsConfigurationResponse
Cluster configuration which enables the log daemon to export app logs to configured destination.
custom_domain_configuration CustomDomainConfigurationResponse
Custom domain configuration for the environment
dapr_ai_connection_string str
Application Insights connection string used by Dapr to export Service to Service communication telemetry
dapr_ai_instrumentation_key str
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
dapr_configuration DaprConfigurationResponse
The configuration of Dapr component.
infrastructure_resource_group str
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
keda_configuration KedaConfigurationResponse
The configuration of Keda component.
kind str
Kind of the Environment.
peer_authentication ManagedEnvironmentResponsePeerAuthentication
Peer authentication settings for the Managed Environment
peer_traffic_configuration ManagedEnvironmentResponsePeerTrafficConfiguration
Peer traffic settings for the Managed Environment
tags Mapping[str, str]
Resource tags.
vnet_configuration VnetConfigurationResponse
Vnet configuration for the environment
workload_profiles Sequence[WorkloadProfileResponse]
Workload profiles configured for the Managed Environment.
zone_redundant bool
Whether or not this Managed Environment is zone-redundant.
azureApiVersion String
The Azure API version of the resource.
defaultDomain String
Default Domain Name for the cluster
deploymentErrors String
Any errors that occurred during deployment or deployment validation
eventStreamEndpoint String
The endpoint of the eventstream of the Environment.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
provisioningState String
Provisioning state of the Environment.
staticIp String
Static IP of the Environment
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
appLogsConfiguration Property Map
Cluster configuration which enables the log daemon to export app logs to configured destination.
customDomainConfiguration Property Map
Custom domain configuration for the environment
daprAIConnectionString String
Application Insights connection string used by Dapr to export Service to Service communication telemetry
daprAIInstrumentationKey String
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
daprConfiguration Property Map
The configuration of Dapr component.
infrastructureResourceGroup String
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
kedaConfiguration Property Map
The configuration of Keda component.
kind String
Kind of the Environment.
peerAuthentication Property Map
Peer authentication settings for the Managed Environment
peerTrafficConfiguration Property Map
Peer traffic settings for the Managed Environment
tags Map<String>
Resource tags.
vnetConfiguration Property Map
Vnet configuration for the environment
workloadProfiles List<Property Map>
Workload profiles configured for the Managed Environment.
zoneRedundant Boolean
Whether or not this Managed Environment is zone-redundant.

Supporting Types

AppLogsConfigurationResponse

Destination string
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
LogAnalyticsConfiguration Pulumi.AzureNative.App.Inputs.LogAnalyticsConfigurationResponse
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
Destination string
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
LogAnalyticsConfiguration LogAnalyticsConfigurationResponse
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
destination String
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
logAnalyticsConfiguration LogAnalyticsConfigurationResponse
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
destination string
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
logAnalyticsConfiguration LogAnalyticsConfigurationResponse
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
destination str
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
log_analytics_configuration LogAnalyticsConfigurationResponse
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
destination String
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
logAnalyticsConfiguration Property Map
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'

CustomDomainConfigurationResponse

CustomDomainVerificationId This property is required. string
Id used to verify domain name ownership
ExpirationDate This property is required. string
Certificate expiration date.
SubjectName This property is required. string
Subject name of the certificate.
Thumbprint This property is required. string
Certificate thumbprint.
CertificatePassword string
Certificate password
CertificateValue string
PFX or PEM blob
DnsSuffix string
Dns suffix for the environment domain
CustomDomainVerificationId This property is required. string
Id used to verify domain name ownership
ExpirationDate This property is required. string
Certificate expiration date.
SubjectName This property is required. string
Subject name of the certificate.
Thumbprint This property is required. string
Certificate thumbprint.
CertificatePassword string
Certificate password
CertificateValue string
PFX or PEM blob
DnsSuffix string
Dns suffix for the environment domain
customDomainVerificationId This property is required. String
Id used to verify domain name ownership
expirationDate This property is required. String
Certificate expiration date.
subjectName This property is required. String
Subject name of the certificate.
thumbprint This property is required. String
Certificate thumbprint.
certificatePassword String
Certificate password
certificateValue String
PFX or PEM blob
dnsSuffix String
Dns suffix for the environment domain
customDomainVerificationId This property is required. string
Id used to verify domain name ownership
expirationDate This property is required. string
Certificate expiration date.
subjectName This property is required. string
Subject name of the certificate.
thumbprint This property is required. string
Certificate thumbprint.
certificatePassword string
Certificate password
certificateValue string
PFX or PEM blob
dnsSuffix string
Dns suffix for the environment domain
custom_domain_verification_id This property is required. str
Id used to verify domain name ownership
expiration_date This property is required. str
Certificate expiration date.
subject_name This property is required. str
Subject name of the certificate.
thumbprint This property is required. str
Certificate thumbprint.
certificate_password str
Certificate password
certificate_value str
PFX or PEM blob
dns_suffix str
Dns suffix for the environment domain
customDomainVerificationId This property is required. String
Id used to verify domain name ownership
expirationDate This property is required. String
Certificate expiration date.
subjectName This property is required. String
Subject name of the certificate.
thumbprint This property is required. String
Certificate thumbprint.
certificatePassword String
Certificate password
certificateValue String
PFX or PEM blob
dnsSuffix String
Dns suffix for the environment domain

DaprConfigurationResponse

Version This property is required. string
The version of Dapr
Version This property is required. string
The version of Dapr
version This property is required. String
The version of Dapr
version This property is required. string
The version of Dapr
version This property is required. str
The version of Dapr
version This property is required. String
The version of Dapr

KedaConfigurationResponse

Version This property is required. string
The version of Keda
Version This property is required. string
The version of Keda
version This property is required. String
The version of Keda
version This property is required. string
The version of Keda
version This property is required. str
The version of Keda
version This property is required. String
The version of Keda

LogAnalyticsConfigurationResponse

CustomerId string
Log analytics customer id
CustomerId string
Log analytics customer id
customerId String
Log analytics customer id
customerId string
Log analytics customer id
customer_id str
Log analytics customer id
customerId String
Log analytics customer id

ManagedEnvironmentResponseEncryption

Enabled bool
Boolean indicating whether the peer traffic encryption is enabled
Enabled bool
Boolean indicating whether the peer traffic encryption is enabled
enabled Boolean
Boolean indicating whether the peer traffic encryption is enabled
enabled boolean
Boolean indicating whether the peer traffic encryption is enabled
enabled bool
Boolean indicating whether the peer traffic encryption is enabled
enabled Boolean
Boolean indicating whether the peer traffic encryption is enabled

ManagedEnvironmentResponsePeerAuthentication

Mtls Pulumi.AzureNative.App.Inputs.MtlsResponse
Mutual TLS authentication settings for the Managed Environment
Mtls MtlsResponse
Mutual TLS authentication settings for the Managed Environment
mtls MtlsResponse
Mutual TLS authentication settings for the Managed Environment
mtls MtlsResponse
Mutual TLS authentication settings for the Managed Environment
mtls MtlsResponse
Mutual TLS authentication settings for the Managed Environment
mtls Property Map
Mutual TLS authentication settings for the Managed Environment

ManagedEnvironmentResponsePeerTrafficConfiguration

Encryption Pulumi.AzureNative.App.Inputs.ManagedEnvironmentResponseEncryption
Peer traffic encryption settings for the Managed Environment
Encryption ManagedEnvironmentResponseEncryption
Peer traffic encryption settings for the Managed Environment
encryption ManagedEnvironmentResponseEncryption
Peer traffic encryption settings for the Managed Environment
encryption ManagedEnvironmentResponseEncryption
Peer traffic encryption settings for the Managed Environment
encryption ManagedEnvironmentResponseEncryption
Peer traffic encryption settings for the Managed Environment
encryption Property Map
Peer traffic encryption settings for the Managed Environment

MtlsResponse

Enabled bool
Boolean indicating whether the mutual TLS authentication is enabled
Enabled bool
Boolean indicating whether the mutual TLS authentication is enabled
enabled Boolean
Boolean indicating whether the mutual TLS authentication is enabled
enabled boolean
Boolean indicating whether the mutual TLS authentication is enabled
enabled bool
Boolean indicating whether the mutual TLS authentication is enabled
enabled Boolean
Boolean indicating whether the mutual TLS authentication is enabled

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

VnetConfigurationResponse

DockerBridgeCidr string
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
InfrastructureSubnetId string
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
Internal bool
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
PlatformReservedCidr string
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
PlatformReservedDnsIP string
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
DockerBridgeCidr string
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
InfrastructureSubnetId string
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
Internal bool
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
PlatformReservedCidr string
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
PlatformReservedDnsIP string
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
dockerBridgeCidr String
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
infrastructureSubnetId String
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
internal Boolean
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
platformReservedCidr String
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
platformReservedDnsIP String
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
dockerBridgeCidr string
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
infrastructureSubnetId string
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
internal boolean
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
platformReservedCidr string
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
platformReservedDnsIP string
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
docker_bridge_cidr str
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
infrastructure_subnet_id str
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
internal bool
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
platform_reserved_cidr str
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
platform_reserved_dns_ip str
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
dockerBridgeCidr String
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
infrastructureSubnetId String
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
internal Boolean
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
platformReservedCidr String
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
platformReservedDnsIP String
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.

WorkloadProfileResponse

Name This property is required. string
Workload profile type for the workloads to run on.
WorkloadProfileType This property is required. string
Workload profile type for the workloads to run on.
MaximumCount int
The maximum capacity.
MinimumCount int
The minimum capacity.
Name This property is required. string
Workload profile type for the workloads to run on.
WorkloadProfileType This property is required. string
Workload profile type for the workloads to run on.
MaximumCount int
The maximum capacity.
MinimumCount int
The minimum capacity.
name This property is required. String
Workload profile type for the workloads to run on.
workloadProfileType This property is required. String
Workload profile type for the workloads to run on.
maximumCount Integer
The maximum capacity.
minimumCount Integer
The minimum capacity.
name This property is required. string
Workload profile type for the workloads to run on.
workloadProfileType This property is required. string
Workload profile type for the workloads to run on.
maximumCount number
The maximum capacity.
minimumCount number
The minimum capacity.
name This property is required. str
Workload profile type for the workloads to run on.
workload_profile_type This property is required. str
Workload profile type for the workloads to run on.
maximum_count int
The maximum capacity.
minimum_count int
The minimum capacity.
name This property is required. String
Workload profile type for the workloads to run on.
workloadProfileType This property is required. String
Workload profile type for the workloads to run on.
maximumCount Number
The maximum capacity.
minimumCount Number
The minimum capacity.

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi