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>
public class AppPlatformApiPortalInstance
type AppPlatformApiPortalInstance = class
interface IJsonModel<AppPlatformApiPortalInstance>
interface IPersistableModel<AppPlatformApiPortalInstance>
type AppPlatformApiPortalInstance = class
Public Class AppPlatformApiPortalInstance
Implements IJsonModel(Of AppPlatformApiPortalInstance), IPersistableModel(Of AppPlatformApiPortalInstance)
Public Class AppPlatformApiPortalInstance
- Inheritance
-
AppPlatformApiPortalInstance
- Implements
Properties
Name |
Name of the API portal instance. |
Status |
Status of the API portal instance. |
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 Utf8JsonWriter. |
IPersistableModel<AppPlatformApiPortalInstance>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided 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 BinaryData. |