IotCentralAppPatch Class
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.
The description of the IoT Central application.
public class IotCentralAppPatch
type IotCentralAppPatch = class
Public Class IotCentralAppPatch
- Inheritance
-
IotCentralAppPatch
Constructors
IotCentralAppPatch() |
Initializes a new instance of IotCentralAppPatch. |
Properties
ApplicationId |
The ID of the application. |
DisplayName |
The display name of the application. |
Identity |
The managed identities for the IoT Central application. Current supported identity types: None, SystemAssigned. |
NetworkRuleSets |
Network Rule Set Properties of this IoT Central application. |
PrivateEndpointConnections |
Private endpoint connections created on this IoT Central application. |
ProvisioningState |
The provisioning state of the application. |
PublicNetworkAccess |
Whether requests from the public network are allowed. |
SkuName |
The name of the SKU. |
State |
The current state of the application. |
Subdomain |
The subdomain of the application. |
Tags |
Instance tags. |
Template |
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. |
Applies to
Azure SDK for .NET