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