Uses of Class
com.azure.resourcemanager.appservice.fluent.models.UserProperties
-
Packages that use UserProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of UserProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return UserProperties Modifier and Type Method Description UserPropertiesUserProperties. withPublishingPassword(String publishingPassword)Set the publishingPassword property: Password used for publishing.UserPropertiesUserProperties. withPublishingPasswordHash(String publishingPasswordHash)Set the publishingPasswordHash property: Password hash used for publishing.UserPropertiesUserProperties. withPublishingPasswordHashSalt(String publishingPasswordHashSalt)Set the publishingPasswordHashSalt property: Password hash salt used for publishing.UserPropertiesUserProperties. withPublishingUsername(String publishingUsername)Set the publishingUsername property: Username used for publishing.UserPropertiesUserProperties. withScmUri(String scmUri)Set the scmUri property: Url of SCM site.
-