CsmPublishingProfile Class

Definition

Publishing options for requested profile.

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

Constructors

CsmPublishingProfile()

Initializes a new instance of CsmPublishingProfile.

Properties

Format

Name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp

IsIncludeDisasterRecoveryEndpoints

Include the DisasterRecover endpoint if true.

Explicit Interface Implementations

IJsonModel<CsmPublishingProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CsmPublishingProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CsmPublishingProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CsmPublishingProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CsmPublishingProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to