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
public class IotCentralAppPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppPatch>
type IotCentralAppPatch = class
type IotCentralAppPatch = class
interface IJsonModel<IotCentralAppPatch>
interface IPersistableModel<IotCentralAppPatch>
Public Class IotCentralAppPatch
Public Class IotCentralAppPatch
Implements IJsonModel(Of IotCentralAppPatch), IPersistableModel(Of IotCentralAppPatch)
- Inheritance
-
IotCentralAppPatch
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IotCentralAppPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IotCentralAppPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IotCentralAppPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IotCentralAppPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IotCentralAppPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET