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