ArmAppContainersModelFactory.ContainerAppManagedEnvironmentData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ContainerAppManagedEnvironmentData.
public static Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentData ContainerAppManagedEnvironmentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string kind = default, Azure.ResourceManager.AppContainers.Models.ContainerAppEnvironmentProvisioningState? provisioningState = default, string daprAIInstrumentationKey = default, string daprAIConnectionString = default, Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration vnetConfiguration = default, string deploymentErrors = default, string defaultDomain = default, System.Net.IPAddress staticIP = default, Azure.ResourceManager.AppContainers.Models.ContainerAppLogsConfiguration appLogsConfiguration = default, bool? isZoneRedundant = default, Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainConfiguration customDomainConfiguration = default, string eventStreamEndpoint = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfile> workloadProfiles = default, string kedaVersion = default, string daprVersion = default, string infrastructureResourceGroup = default, bool? isMtlsEnabled = default, bool? isEnabled = default);
static member ContainerAppManagedEnvironmentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppEnvironmentProvisioningState> * string * string * Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration * string * string * System.Net.IPAddress * Azure.ResourceManager.AppContainers.Models.ContainerAppLogsConfiguration * Nullable<bool> * Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainConfiguration * string * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfile> * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentData
Public Shared Function ContainerAppManagedEnvironmentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional kind As String = Nothing, Optional provisioningState As Nullable(Of ContainerAppEnvironmentProvisioningState) = Nothing, Optional daprAIInstrumentationKey As String = Nothing, Optional daprAIConnectionString As String = Nothing, Optional vnetConfiguration As ContainerAppVnetConfiguration = Nothing, Optional deploymentErrors As String = Nothing, Optional defaultDomain As String = Nothing, Optional staticIP As IPAddress = Nothing, Optional appLogsConfiguration As ContainerAppLogsConfiguration = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional customDomainConfiguration As ContainerAppCustomDomainConfiguration = Nothing, Optional eventStreamEndpoint As String = Nothing, Optional workloadProfiles As IEnumerable(Of ContainerAppWorkloadProfile) = Nothing, Optional kedaVersion As String = Nothing, Optional daprVersion As String = Nothing, Optional infrastructureResourceGroup As String = Nothing, Optional isMtlsEnabled As Nullable(Of Boolean) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As ContainerAppManagedEnvironmentData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- kind
- String
Kind of the Environment.
- provisioningState
- Nullable<ContainerAppEnvironmentProvisioningState>
Provisioning state of the Environment.
- daprAIInstrumentationKey
- String
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.
- daprAIConnectionString
- String
Application Insights connection string used by Dapr to export Service to Service communication telemetry.
- vnetConfiguration
- ContainerAppVnetConfiguration
Vnet configuration for the environment.
- deploymentErrors
- String
Any errors that occurred during deployment or deployment validation.
- defaultDomain
- String
Default Domain Name for the cluster.
- staticIP
- IPAddress
Static IP of the Environment.
- appLogsConfiguration
- ContainerAppLogsConfiguration
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported
- customDomainConfiguration
- ContainerAppCustomDomainConfiguration
Custom domain configuration for the environment.
- eventStreamEndpoint
- String
The endpoint of the eventstream of the Environment.
- workloadProfiles
- IEnumerable<ContainerAppWorkloadProfile>
Workload profiles configured for the Managed Environment.
- kedaVersion
- String
The configuration of Keda component.
- daprVersion
- String
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.
Returns
A new ContainerAppManagedEnvironmentData instance for mocking.