Uses of Class
com.azure.resourcemanager.appplatform.models.UserSourceType
-
Packages that use UserSourceType Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of UserSourceType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as UserSourceType Modifier and Type Field Description static UserSourceTypeUserSourceType. JARStatic value Jar for UserSourceType.static UserSourceTypeUserSourceType. NET_CORE_ZIPStatic value NetCoreZip for UserSourceType.static UserSourceTypeUserSourceType. SOURCEStatic value Source for UserSourceType.Methods in com.azure.resourcemanager.appplatform.models that return UserSourceType Modifier and Type Method Description static UserSourceTypeUserSourceType. fromString(String name)Creates or finds a UserSourceType from its string representation.UserSourceTypeUserSourceInfo. type()Get the type property: Type of the source uploaded.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type UserSourceType Modifier and Type Method Description static Collection<UserSourceType>UserSourceType. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type UserSourceType Modifier and Type Method Description TSpringAppDeployment.DefinitionStages.WithSource. withExistingSource(UserSourceType type, String relativePath)Specifies the a existing source in the cloud storage.SpringAppDeployment.UpdateSpringAppDeployment.UpdateStages.WithSource. withExistingSource(UserSourceType type, String relativePath)Specifies the a existing source in the cloud storage.UserSourceInfoUserSourceInfo. withType(UserSourceType type)Set the type property: Type of the source uploaded.
-