Uses of Class
com.azure.resourcemanager.appservice.models.ScmType
-
Packages that use ScmType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ScmType Modifier and Type Method Description ScmTypeSiteConfigInner. scmType()Get the scmType property: SCM type.ScmTypeSiteConfigResourceInner. scmType()Get the scmType property: SCM type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ScmType Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withScmType(ScmType scmType)Set the scmType property: SCM type.SiteConfigResourceInnerSiteConfigResourceInner. 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 ScmType Modifier and Type Field Description static ScmTypeScmType. BITBUCKET_GITStatic value BitbucketGit for ScmType.static ScmTypeScmType. BITBUCKET_HGStatic value BitbucketHg for ScmType.static ScmTypeScmType. CODE_PLEX_GITStatic value CodePlexGit for ScmType.static ScmTypeScmType. CODE_PLEX_HGStatic value CodePlexHg for ScmType.static ScmTypeScmType. DROPBOXStatic value Dropbox for ScmType.static ScmTypeScmType. EXTERNAL_GITStatic value ExternalGit for ScmType.static ScmTypeScmType. EXTERNAL_HGStatic value ExternalHg for ScmType.static ScmTypeScmType. GIT_HUBStatic value GitHub for ScmType.static ScmTypeScmType. LOCAL_GITStatic value LocalGit for ScmType.static ScmTypeScmType. NONEStatic value None for ScmType.static ScmTypeScmType. ONE_DRIVEStatic value OneDrive for ScmType.static ScmTypeScmType. TFSStatic value Tfs for ScmType.static ScmTypeScmType. VSOStatic value VSO for ScmType.static ScmTypeScmType. VSTSRMStatic value VSTSRM for ScmType.Methods in com.azure.resourcemanager.appservice.models that return ScmType Modifier and Type Method Description static ScmTypeScmType. fromString(String name)Creates or finds a ScmType from its string representation.ScmTypeWebAppBase. scmType()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ScmType Modifier and Type Method Description static Collection<ScmType>ScmType. values()
-