Uses of Class
com.azure.resourcemanager.appservice.models.ScmType
Packages that use ScmType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ScmType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ScmTypeModifier and TypeMethodDescriptionSiteConfigInner.scmType()Get the scmType property: SCM type.SiteConfigResourceInner.scmType()Get the scmType property: SCM type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ScmTypeModifier and TypeMethodDescriptionSiteConfigInner.withScmType(ScmType scmType) Set the scmType property: SCM type.SiteConfigResourceInner.withScmType(ScmType scmType) Set the scmType property: SCM type. -
Uses of ScmType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as ScmTypeModifier and TypeFieldDescriptionstatic final ScmTypeScmType.BITBUCKET_GITStatic value BitbucketGit for ScmType.static final ScmTypeScmType.BITBUCKET_HGStatic value BitbucketHg for ScmType.static final ScmTypeScmType.CODE_PLEX_GITStatic value CodePlexGit for ScmType.static final ScmTypeScmType.CODE_PLEX_HGStatic value CodePlexHg for ScmType.static final ScmTypeScmType.DROPBOXStatic value Dropbox for ScmType.static final ScmTypeScmType.EXTERNAL_GITStatic value ExternalGit for ScmType.static final ScmTypeScmType.EXTERNAL_HGStatic value ExternalHg for ScmType.static final ScmTypeScmType.GIT_HUBStatic value GitHub for ScmType.static final ScmTypeScmType.LOCAL_GITStatic value LocalGit for ScmType.static final ScmTypeScmType.NONEStatic value None for ScmType.static final ScmTypeScmType.ONE_DRIVEStatic value OneDrive for ScmType.static final ScmTypeScmType.TFSStatic value Tfs for ScmType.static final ScmTypeScmType.VSOStatic value VSO for ScmType.static final ScmTypeScmType.VSTSRMStatic value VSTSRM for ScmType.Methods in com.azure.resourcemanager.appservice.models that return ScmTypeModifier and TypeMethodDescriptionstatic ScmTypeScmType.fromString(String name) Creates or finds a ScmType from its string representation.WebAppBase.scmType()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ScmTypeModifier and TypeMethodDescriptionstatic Collection<ScmType>ScmType.values()Gets known ScmType values.