PublishingProfileFormat Struct
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.
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
Azure SDK for .NET