234 строки
10 KiB
YAML
234 строки
10 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
id: _publishing_profile_format
|
|
parent: com.microsoft.azure.management.appservice
|
|
children:
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.equals(Object)
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.FILE_ZILLA3
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.FTP
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.hashCode()
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.PublishingProfileFormat(String)
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.toString()
|
|
- com.microsoft.azure.management.appservice._publishing_profile_format.WEB_DEPLOY
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: PublishingProfileFormat
|
|
nameWithType: PublishingProfileFormat
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat
|
|
type: Class
|
|
source:
|
|
remote: &o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
branch: v1.3.0
|
|
repo: https://github.com/Azure/azure-sdk-for-java
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 15
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Defines values for PublishingProfileFormat. </p>
|
|
syntax: &o1
|
|
content: public class PublishingProfileFormat
|
|
inheritance:
|
|
- java.lang.Object
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.equals(Object)
|
|
id: equals(Object)
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: equals(Object obj)
|
|
nameWithType: PublishingProfileFormat.equals(Object obj)
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.equals(Object obj)
|
|
overload: com.microsoft.azure.management.appservice._publishing_profile_format.equals*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 47
|
|
package: com.microsoft.azure.management.appservice
|
|
syntax:
|
|
content: public boolean equals(Object obj)
|
|
parameters:
|
|
- id: obj
|
|
type: "79317049"
|
|
return:
|
|
type: 4fc6e284
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.FILE_ZILLA3
|
|
id: FILE_ZILLA3
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: FILE_ZILLA3
|
|
nameWithType: PublishingProfileFormat.FILE_ZILLA3
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.FILE_ZILLA3
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 17
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Static value FileZilla3 for PublishingProfileFormat. </p>
|
|
syntax:
|
|
content: public static final PublishingProfileFormat FILE_ZILLA3= new PublishingProfileFormat("FileZilla3")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.appservice._publishing_profile_format
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.FTP
|
|
id: FTP
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: FTP
|
|
nameWithType: PublishingProfileFormat.FTP
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.FTP
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 23
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Static value Ftp for PublishingProfileFormat. </p>
|
|
syntax:
|
|
content: public static final PublishingProfileFormat FTP= new PublishingProfileFormat("Ftp")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.appservice._publishing_profile_format
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.hashCode()
|
|
id: hashCode()
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: hashCode()
|
|
nameWithType: PublishingProfileFormat.hashCode()
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.hashCode()
|
|
overload: com.microsoft.azure.management.appservice._publishing_profile_format.hashCode*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 42
|
|
package: com.microsoft.azure.management.appservice
|
|
syntax:
|
|
content: public int hashCode()
|
|
return:
|
|
type: f75371fa
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.PublishingProfileFormat(String)
|
|
id: PublishingProfileFormat(String)
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: PublishingProfileFormat(String value)
|
|
nameWithType: PublishingProfileFormat.PublishingProfileFormat(String value)
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.PublishingProfileFormat(String value)
|
|
overload: com.microsoft.azure.management.appservice._publishing_profile_format.PublishingProfileFormat*
|
|
type: Constructor
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 31
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Creates a custom value for PublishingProfileFormat. </p>
|
|
syntax:
|
|
content: public PublishingProfileFormat(String value)
|
|
parameters:
|
|
- id: value
|
|
type: "26831127"
|
|
description: <p>the custom value </p>
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.toString()
|
|
id: toString()
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: toString()
|
|
nameWithType: PublishingProfileFormat.toString()
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.toString()
|
|
overload: com.microsoft.azure.management.appservice._publishing_profile_format.toString*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 37
|
|
package: com.microsoft.azure.management.appservice
|
|
syntax:
|
|
content: public String toString()
|
|
return:
|
|
type: "26831127"
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.WEB_DEPLOY
|
|
id: WEB_DEPLOY
|
|
parent: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
langs:
|
|
- java
|
|
name: WEB_DEPLOY
|
|
nameWithType: PublishingProfileFormat.WEB_DEPLOY
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.WEB_DEPLOY
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PublishingProfileFormat.java
|
|
startLine: 20
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Static value WebDeploy for PublishingProfileFormat. </p>
|
|
syntax:
|
|
content: public static final PublishingProfileFormat WEB_DEPLOY= new PublishingProfileFormat("WebDeploy")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.appservice._publishing_profile_format
|
|
references:
|
|
- uid: 93de0ef9com.microsoft.azure.management.appservice._publishing_profile_format
|
|
spec.java:
|
|
- name: 'final '
|
|
fullName: 'final '
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
name: PublishingProfileFormat
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.PublishingProfileFormat*
|
|
name: PublishingProfileFormat
|
|
nameWithType: PublishingProfileFormat.PublishingProfileFormat
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.PublishingProfileFormat
|
|
package: com.microsoft.azure.management.appservice
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.toString*
|
|
name: toString
|
|
nameWithType: PublishingProfileFormat.toString
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.toString
|
|
package: com.microsoft.azure.management.appservice
|
|
- uid: f75371fa
|
|
spec.java:
|
|
- name: int
|
|
fullName: int
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.hashCode*
|
|
name: hashCode
|
|
nameWithType: PublishingProfileFormat.hashCode
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.hashCode
|
|
package: com.microsoft.azure.management.appservice
|
|
- uid: "79317049"
|
|
spec.java:
|
|
- name: Object
|
|
fullName: Object
|
|
- uid: 4fc6e284
|
|
spec.java:
|
|
- name: boolean
|
|
fullName: boolean
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format.equals*
|
|
name: equals
|
|
nameWithType: PublishingProfileFormat.equals
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat.equals
|
|
package: com.microsoft.azure.management.appservice
|
|
- uid: com.microsoft.azure.management.appservice._publishing_profile_format
|
|
parent: com.microsoft.azure.management.appservice
|
|
href: com.microsoft.azure.management.appservice._publishing_profile_format.yml
|
|
name: PublishingProfileFormat
|
|
nameWithType: PublishingProfileFormat
|
|
fullName: com.microsoft.azure.management.appservice.PublishingProfileFormat
|
|
type: Class
|
|
summary: <p>Defines values for PublishingProfileFormat. </p>
|
|
syntax: *o1
|