App 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
App() |
Initializes a new instance of the App class. |
App(String, AppSkuInfo, String, String, String, IDictionary<String,String>, String, String, String, String, String, SystemAssignedServiceIdentity) |
Initializes a new instance of the App class. |
App()
Initializes a new instance of the App class.
public App ();
Public Sub New ()
Applies to
App(String, AppSkuInfo, String, String, String, IDictionary<String,String>, String, String, String, String, String, SystemAssignedServiceIdentity)
Initializes a new instance of the App class.
public App (string location, Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string applicationId = default, string displayName = default, string subdomain = default, string template = default, string state = default, Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity identity = default);
new Microsoft.Azure.Management.IotCentral.Models.App : string * Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity -> Microsoft.Azure.Management.IotCentral.Models.App
Public Sub New (location As String, sku As AppSkuInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional applicationId As String = Nothing, Optional displayName As String = Nothing, Optional subdomain As String = Nothing, Optional template As String = Nothing, Optional state As String = Nothing, Optional identity As SystemAssignedServiceIdentity = Nothing)
Parameters
- location
- String
The resource location.
- sku
- AppSkuInfo
A valid instance SKU.
- id
- String
The ARM resource identifier.
- name
- String
The ARM resource name.
- type
- String
The resource type.
- tags
- IDictionary<String,String>
The resource tags.
- applicationId
- String
The ID of the application.
- displayName
- String
The display name of the application.
- subdomain
- String
The subdomain of the application.
- template
- String
The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.
- state
- String
The current state of the application. Possible values include: 'created', 'suspended'
- identity
- SystemAssignedServiceIdentity
The managed identities for the IoT Central application.
Applies to
Azure SDK for .NET