PublishingProfileFormat Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Definiuje wartości 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)
- Dziedziczenie
- Atrybuty
-
Newtonsoft.Json.JsonConverterAttribute
Konstruktory
PublishingProfileFormat() |
Definiuje wartości publishingProfileFormat. |
Pola
FileZilla3 |
Definiuje wartości publishingProfileFormat. |
Ftp |
Definiuje wartości publishingProfileFormat. |
WebDeploy |
Definiuje wartości publishingProfileFormat. |
Właściwości
Value |
Definiuje wartości publishingProfileFormat. (Odziedziczone po ExpandableStringEnum<T>) |
Metody
Equals(Object) |
Definiuje wartości publishingProfileFormat. (Odziedziczone po ExpandableStringEnum<T>) |
Equals(String) |
Definiuje wartości publishingProfileFormat. (Odziedziczone po ExpandableStringEnum<T>) |
GetHashCode() |
Definiuje wartości publishingProfileFormat. (Odziedziczone po ExpandableStringEnum<T>) |
ToString() |
Definiuje wartości publishingProfileFormat. (Odziedziczone po ExpandableStringEnum<T>) |
Dotyczy
Azure SDK for .NET