azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

57 строки
3.3 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent.parent()
methods:
- fullName: com.microsoft.azure.management.appservice.WebAppSourceControl.branch()
name: branch()
nameWithType: WebAppSourceControl.branch()
returns:
description: <p>the name of the branch to use for deployment </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String branch()
uid: com.microsoft.azure.management.appservice.WebAppSourceControl.branch()
- fullName: com.microsoft.azure.management.appservice.WebAppSourceControl.deploymentRollbackEnabled()
name: deploymentRollbackEnabled()
nameWithType: WebAppSourceControl.deploymentRollbackEnabled()
returns:
description: <p>whether deployment rollback is enabled </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean deploymentRollbackEnabled()
uid: com.microsoft.azure.management.appservice.WebAppSourceControl.deploymentRollbackEnabled()
- fullName: com.microsoft.azure.management.appservice.WebAppSourceControl.isManualIntegration()
name: isManualIntegration()
nameWithType: WebAppSourceControl.isManualIntegration()
returns:
description: <p>whether to do manual or continuous integration </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean isManualIntegration()
uid: com.microsoft.azure.management.appservice.WebAppSourceControl.isManualIntegration()
- fullName: com.microsoft.azure.management.appservice.WebAppSourceControl.repositoryType()
name: repositoryType()
nameWithType: WebAppSourceControl.repositoryType()
returns:
description: <p>mercurial or Git repository type </p>
type: <xref href="com.microsoft.azure.management.appservice.RepositoryType?alt=com.microsoft.azure.management.appservice.RepositoryType&text=RepositoryType" data-throw-if-not-resolved="False"/>
syntax: public RepositoryType repositoryType()
uid: com.microsoft.azure.management.appservice.WebAppSourceControl.repositoryType()
- fullName: com.microsoft.azure.management.appservice.WebAppSourceControl.repositoryUrl()
name: repositoryUrl()
nameWithType: WebAppSourceControl.repositoryUrl()
returns:
description: <p>the repository or source control url </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String repositoryUrl()
uid: com.microsoft.azure.management.appservice.WebAppSourceControl.repositoryUrl()
nameWithType: WebAppSourceControl
syntax: public interface WebAppSourceControl extends HasInner<SiteSourceControlInner>,ChildResource<WebAppBase>
type: interface
uid: com.microsoft.azure.management.appservice.WebAppSourceControl
fullName: com.microsoft.azure.management.appservice.WebAppSourceControl
name: WebAppSourceControl
package: com.microsoft.azure.management.appservice
summary: <p>An immutable representation of a web app source control configuration in a web app. </p>
metadata: {}