Uses of Class
com.azure.resourcemanager.appservice.fluent.models.UserProperties
Packages that use UserProperties
Package
Description
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 UserPropertiesModifier and TypeMethodDescriptionstatic UserProperties
UserProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UserProperties from the JsonReader.UserProperties.withPublishingPassword
(String publishingPassword) Set the publishingPassword property: Password used for publishing.UserProperties.withPublishingPasswordHash
(String publishingPasswordHash) Set the publishingPasswordHash property: Password hash used for publishing.UserProperties.withPublishingPasswordHashSalt
(String publishingPasswordHashSalt) Set the publishingPasswordHashSalt property: Password hash salt used for publishing.UserProperties.withPublishingUsername
(String publishingUsername) Set the publishingUsername property: Username used for publishing.UserProperties.withScmUri
(String scmUri) Set the scmUri property: Url of SCM site.