Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteUserArmResourceInner
Packages that use StaticSiteUserArmResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSiteUserArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.updateStaticSiteUser
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<StaticSiteUserArmResourceInner> StaticSitesClient.listStaticSiteUsers
(String resourceGroupName, String name, String authprovider) Gets the list of users of a static site.com.azure.core.http.rest.PagedIterable
<StaticSiteUserArmResourceInner> StaticSitesClient.listStaticSiteUsers
(String resourceGroupName, String name, String authprovider, com.azure.core.util.Context context) Gets the list of users of a static site.com.azure.core.http.rest.PagedFlux
<StaticSiteUserArmResourceInner> StaticSitesClient.listStaticSiteUsersAsync
(String resourceGroupName, String name, String authprovider) Gets the list of users of a static site.StaticSitesClient.updateStaticSiteUserAsync
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.com.azure.core.http.rest.Response
<StaticSiteUserArmResourceInner> StaticSitesClient.updateStaticSiteUserWithResponse
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope, com.azure.core.util.Context context) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.Mono
<com.azure.core.http.rest.Response<StaticSiteUserArmResourceInner>> StaticSitesClient.updateStaticSiteUserWithResponseAsync
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.updateStaticSiteUser
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.StaticSitesClient.updateStaticSiteUserAsync
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.com.azure.core.http.rest.Response
<StaticSiteUserArmResourceInner> StaticSitesClient.updateStaticSiteUserWithResponse
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope, com.azure.core.util.Context context) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles.Mono
<com.azure.core.http.rest.Response<StaticSiteUserArmResourceInner>> StaticSitesClient.updateStaticSiteUserWithResponseAsync
(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope) Updates a user entry with the listed roles Description for Updates a user entry with the listed roles. -
Uses of StaticSiteUserArmResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptionStaticSiteUserArmResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteUserArmResourceInner from the JsonReader.Set the kind property: Kind of resource.Set the roles property: The roles for the static site user, in free-form string format. -
Uses of StaticSiteUserArmResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptionStaticSiteUserCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteUserArmResourceInnerModifier and TypeMethodDescriptionStaticSiteUserCollection.withValue
(List<StaticSiteUserArmResourceInner> value) Set the value property: Collection of resources.