CsmPublishingProfileOptions.Format Property

Definition

Gets or sets name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'

[Newtonsoft.Json.JsonProperty(PropertyName="format")]
public Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat Format { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="format")>]
member this.Format : Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat with get, set
Public Property Format As PublishingProfileFormat

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to