PublishingProfileFormat Struct

Definition

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

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

Constructors

Name Description
PublishingProfileFormat(String)

Initializes a new instance of PublishingProfileFormat.

Properties

Name Description
FileZilla3

FileZilla3 Serialized Name: PublishingProfileFormat.FileZilla3

Ftp

Ftp Serialized Name: PublishingProfileFormat.Ftp

WebDeploy

WebDeploy Serialized Name: PublishingProfileFormat.WebDeploy

Methods

Name Description
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

Name Description
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