AppPlatformServiceRegistryProperties 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.
Service Registry properties payload.
public class AppPlatformServiceRegistryProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties>
public class AppPlatformServiceRegistryProperties
type AppPlatformServiceRegistryProperties = class
interface IJsonModel<AppPlatformServiceRegistryProperties>
interface IPersistableModel<AppPlatformServiceRegistryProperties>
type AppPlatformServiceRegistryProperties = class
Public Class AppPlatformServiceRegistryProperties
Implements IJsonModel(Of AppPlatformServiceRegistryProperties), IPersistableModel(Of AppPlatformServiceRegistryProperties)
Public Class AppPlatformServiceRegistryProperties
- Inheritance
-
AppPlatformServiceRegistryProperties
- Implements
Constructors
AppPlatformServiceRegistryProperties() |
Initializes a new instance of AppPlatformServiceRegistryProperties. |
Properties
Instances |
Collection of instances belong to Service Registry. |
ProvisioningState |
State of the Service Registry. |
ResourceRequests |
The requested resource quantity for required CPU and Memory. |
Explicit Interface Implementations
IJsonModel<AppPlatformServiceRegistryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformServiceRegistryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformServiceRegistryProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformServiceRegistryProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformServiceRegistryProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET