Share via


PublishingProfileFormat Struct

Definition

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

public readonly struct PublishingProfileFormat : IEquatable<Azure.ResourceManager.AppService.Models.PublishingProfileFormat>
type PublishingProfileFormat = struct
Public Structure PublishingProfileFormat
Implements IEquatable(Of PublishingProfileFormat)
Inheritance
PublishingProfileFormat
Implements

Constructors

PublishingProfileFormat(String)

Initializes a new instance of PublishingProfileFormat.

Properties

FileZilla3

FileZilla3.

Ftp

Ftp.

WebDeploy

WebDeploy.

Methods

Equals(PublishingProfileFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PublishingProfileFormat, PublishingProfileFormat)

Determines if two PublishingProfileFormat values are the same.

Implicit(String to PublishingProfileFormat)

Converts a string to a PublishingProfileFormat.

Inequality(PublishingProfileFormat, PublishingProfileFormat)

Determines if two PublishingProfileFormat values are not the same.

Applies to