| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UserProperties |
UserProperties.withPublishingPassword(String publishingPassword)
Set the publishingPassword property: Password used for publishing.
|
UserProperties |
UserProperties.withPublishingPasswordHash(String publishingPasswordHash)
Set the publishingPasswordHash property: Password hash used for publishing.
|
UserProperties |
UserProperties.withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
Set the publishingPasswordHashSalt property: Password hash salt used for publishing.
|
UserProperties |
UserProperties.withPublishingUsername(String publishingUsername)
Set the publishingUsername property: Username used for publishing.
|
UserProperties |
UserProperties.withScmUri(String scmUri)
Set the scmUri property: Url of SCM site.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.