ConfigurationDeployContent Class

Definition

Deploy Tenant Configuration Contract.

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

Constructors

ConfigurationDeployContent()

Initializes a new instance of ConfigurationDeployContent.

Properties

Branch

The name of the Git branch from which the configuration is to be deployed to the configuration database.

ForceDelete

The value enforcing deleting subscriptions to products that are deleted in this update.

Explicit Interface Implementations

IJsonModel<ConfigurationDeployContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfigurationDeployContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigurationDeployContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigurationDeployContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigurationDeployContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to