| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UserInner |
ResourceProvidersClient.getPublishingUser()
Description for Gets publishing user.
|
UserInner |
WebAppsClient.listPublishingCredentials(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
WebAppsClient.listPublishingCredentials(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
WebAppsClient.listPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
WebAppsClient.listPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
ResourceProvidersClient.updatePublishingUser(UserInner userDetails)
Description for Updates publishing user.
|
| Modifier and Type | Method and Description |
|---|---|
UserInner |
ResourceProvidersClient.updatePublishingUser(UserInner userDetails)
Description for Updates publishing user.
|
Mono<UserInner> |
ResourceProvidersClient.updatePublishingUserAsync(UserInner userDetails)
Description for Updates publishing user.
|
com.azure.core.http.rest.Response<UserInner> |
ResourceProvidersClient.updatePublishingUserWithResponse(UserInner userDetails,
com.azure.core.util.Context context)
Description for Updates publishing user.
|
Mono<com.azure.core.http.rest.Response<UserInner>> |
ResourceProvidersClient.updatePublishingUserWithResponseAsync(UserInner userDetails)
Description for Updates publishing user.
|
| Modifier and Type | Method and Description |
|---|---|
UserInner |
UserInner.withKind(String kind)
Set the kind property: Kind of resource.
|
UserInner |
UserInner.withPublishingPassword(String publishingPassword)
Set the publishingPassword property: Password used for publishing.
|
UserInner |
UserInner.withPublishingPasswordHash(String publishingPasswordHash)
Set the publishingPasswordHash property: Password hash used for publishing.
|
UserInner |
UserInner.withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
Set the publishingPasswordHashSalt property: Password hash salt used for publishing.
|
UserInner |
UserInner.withPublishingUsername(String publishingUsername)
Set the publishingUsername property: Username used for publishing.
|
UserInner |
UserInner.withScmUri(String scmUri)
Set the scmUri property: Url of SCM site.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.