Uses of Class
com.azure.resourcemanager.appservice.fluent.models.UserInner
Packages that use UserInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of UserInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return UserInnerModifier and TypeMethodDescriptionResourceProvidersClient.getPublishingUser()Gets publishing user Description for Gets publishing user.WebAppsClient.listPublishingCredentials(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.WebAppsClient.listPublishingCredentials(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.WebAppsClient.listPublishingCredentialsSlot(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.WebAppsClient.listPublishingCredentialsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.ResourceProvidersClient.updatePublishingUser(UserInner userDetails) Updates publishing user Description for Updates publishing user.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type UserInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentials(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentials(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentials(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentials(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsAsync(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsAsync(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlotAsync(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>, UserInner> WebAppsClient.beginListPublishingCredentialsSlotAsync(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.ResourceProvidersClient.getPublishingUserAsync()Gets publishing user Description for Gets publishing user.com.azure.core.http.rest.Response<UserInner> ResourceProvidersClient.getPublishingUserWithResponse(com.azure.core.util.Context context) Gets publishing user Description for Gets publishing user.ResourceProvidersClient.getPublishingUserWithResponseAsync()Gets publishing user Description for Gets publishing user.WebAppsClient.listPublishingCredentialsAsync(String resourceGroupName, String name) Gets the Git/FTP publishing credentials of an app.WebAppsClient.listPublishingCredentialsSlotAsync(String resourceGroupName, String name, String slot) Gets the Git/FTP publishing credentials of an app.ResourceProvidersClient.updatePublishingUserAsync(UserInner userDetails) Updates publishing user Description for Updates publishing user.com.azure.core.http.rest.Response<UserInner> ResourceProvidersClient.updatePublishingUserWithResponse(UserInner userDetails, com.azure.core.util.Context context) Updates publishing user Description for Updates publishing user.ResourceProvidersClient.updatePublishingUserWithResponseAsync(UserInner userDetails) Updates publishing user Description for Updates publishing user.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type UserInnerModifier and TypeMethodDescriptionResourceProvidersClient.updatePublishingUser(UserInner userDetails) Updates publishing user Description for Updates publishing user.ResourceProvidersClient.updatePublishingUserAsync(UserInner userDetails) Updates publishing user Description for Updates publishing user.com.azure.core.http.rest.Response<UserInner> ResourceProvidersClient.updatePublishingUserWithResponse(UserInner userDetails, com.azure.core.util.Context context) Updates publishing user Description for Updates publishing user.ResourceProvidersClient.updatePublishingUserWithResponseAsync(UserInner userDetails) Updates publishing user Description for Updates publishing user. -
Uses of UserInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return UserInnerModifier and TypeMethodDescriptionstatic UserInnerUserInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserInner from the JsonReader.Set the kind property: Kind of resource.UserInner.withPublishingPassword(String publishingPassword) Set the publishingPassword property: Password used for publishing.UserInner.withPublishingPasswordHash(String publishingPasswordHash) Set the publishingPasswordHash property: Password hash used for publishing.UserInner.withPublishingPasswordHashSalt(String publishingPasswordHashSalt) Set the publishingPasswordHashSalt property: Password hash salt used for publishing.UserInner.withPublishingUsername(String publishingUsername) Set the publishingUsername property: Username used for publishing.UserInner.withScmUri(String scmUri) Set the scmUri property: Url of SCM site.