Share via


ActiveAppPlatformDeploymentsContent Class

Definition

Object that includes an array of Deployment resource name and set them as active.

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

Constructors

ActiveAppPlatformDeploymentsContent()

Initializes a new instance of ActiveAppPlatformDeploymentsContent.

Properties

ActiveDeploymentNames

Collection of Deployment name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ActiveAppPlatformDeploymentsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActiveAppPlatformDeploymentsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<ActiveAppPlatformDeploymentsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<ActiveAppPlatformDeploymentsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActiveAppPlatformDeploymentsContent>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to