ContainerApp Constructors
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.
Overloads
ContainerApp() |
Initializes a new instance of the ContainerApp class. |
ContainerApp(String, String, String, String, String, IDictionary<String,String>, String, String, String, String, Configuration, Template) |
Initializes a new instance of the ContainerApp class. |
ContainerApp()
Initializes a new instance of the ContainerApp class.
public ContainerApp ();
Public Sub New ()
Applies to
ContainerApp(String, String, String, String, String, IDictionary<String,String>, String, String, String, String, Configuration, Template)
Initializes a new instance of the ContainerApp class.
public ContainerApp (string location, string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, string kubeEnvironmentId = default, string latestRevisionName = default, string latestRevisionFqdn = default, Microsoft.Azure.Management.WebSites.Models.Configuration configuration = default, Microsoft.Azure.Management.WebSites.Models.Template template = default);
new Microsoft.Azure.Management.WebSites.Models.ContainerApp : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.Configuration * Microsoft.Azure.Management.WebSites.Models.Template -> Microsoft.Azure.Management.WebSites.Models.ContainerApp
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional kubeEnvironmentId As String = Nothing, Optional latestRevisionName As String = Nothing, Optional latestRevisionFqdn As String = Nothing, Optional configuration As Configuration = Nothing, Optional template As Template = Nothing)
Parameters
- location
- String
Resource Location.
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- tags
- IDictionary<String,String>
Resource tags.
- provisioningState
- String
Provisioning state of the Container App. Possible values include: 'InProgress', 'Succeeded', 'Failed', 'Canceled'
- kubeEnvironmentId
- String
Resource ID of the Container App's KubeEnvironment.
- latestRevisionName
- String
Name of the latest revision of the Container App.
- latestRevisionFqdn
- String
Fully Qualified Domain Name of the latest revision of the Container App.
- configuration
- Configuration
Non versioned Container App configuration properties.
- template
- Template
Container App versioned application definition.
Applies to
Azure SDK for .NET