PublishingProfileFormat Class

Definition

Defines values for PublishingProfileFormat.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat>))]
public class PublishingProfileFormat : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat>))>]
type PublishingProfileFormat = class
    inherit ExpandableStringEnum<PublishingProfileFormat>
Public Class PublishingProfileFormat
Inherits ExpandableStringEnum(Of PublishingProfileFormat)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

PublishingProfileFormat()

Fields

FileZilla3
Ftp
WebDeploy

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to