Share via


AppPlatformServiceProperties Class

Definition

Service properties payload.

public class AppPlatformServiceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties>
public class AppPlatformServiceProperties
type AppPlatformServiceProperties = class
    interface IJsonModel<AppPlatformServiceProperties>
    interface IPersistableModel<AppPlatformServiceProperties>
type AppPlatformServiceProperties = class
Public Class AppPlatformServiceProperties
Implements IJsonModel(Of AppPlatformServiceProperties), IPersistableModel(Of AppPlatformServiceProperties)
Public Class AppPlatformServiceProperties
Inheritance
AppPlatformServiceProperties
Implements

Constructors

AppPlatformServiceProperties()

Initializes a new instance of AppPlatformServiceProperties.

Properties

Fqdn

Fully qualified dns name of the service instance.

IsLogStreamPublicEndpoint

Indicates whether the log stream in vnet injection instance could be accessed from internet.

IsZoneRedundant

Gets or sets the is zone redundant.

NetworkProfile

Network profile of the Service.

PowerState

Power state of the Service.

ProvisioningState

Provisioning state of the Service.

ServiceInstanceId

ServiceInstanceEntity GUID which uniquely identifies a created resource.

Version

Version of the Service.

Explicit Interface Implementations

IJsonModel<AppPlatformServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to