ActiveAppPlatformDeploymentsContent 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.
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>
public class ActiveAppPlatformDeploymentsContent
type ActiveAppPlatformDeploymentsContent = class
interface IJsonModel<ActiveAppPlatformDeploymentsContent>
interface IPersistableModel<ActiveAppPlatformDeploymentsContent>
type ActiveAppPlatformDeploymentsContent = class
Public Class ActiveAppPlatformDeploymentsContent
Implements IJsonModel(Of ActiveAppPlatformDeploymentsContent), IPersistableModel(Of ActiveAppPlatformDeploymentsContent)
Public Class ActiveAppPlatformDeploymentsContent
- Inheritance
-
ActiveAppPlatformDeploymentsContent
- Implements
Constructors
ActiveAppPlatformDeploymentsContent() |
Initializes a new instance of ActiveAppPlatformDeploymentsContent. |
Properties
ActiveDeploymentNames |
Collection of Deployment name. |
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 Utf8JsonWriter. |
IPersistableModel<ActiveAppPlatformDeploymentsContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided 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 BinaryData. |