Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteUserArmResourceInner
-
Packages that use StaticSiteUserArmResourceInner 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.com.azure.resourcemanager.appservice.models 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 StaticSiteUserArmResourceInner Modifier and Type Method Description StaticSiteUserArmResourceInnerStaticSitesClient. updateStaticSiteUser(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope)Description for Updates a user entry with the listed roles.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteUserArmResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<StaticSiteUserArmResourceInner>StaticSitesClient. listStaticSiteUsers(String resourceGroupName, String name, String authprovider)Description for 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)Description for Gets the list of users of a static site.com.azure.core.http.rest.PagedFlux<StaticSiteUserArmResourceInner>StaticSitesClient. listStaticSiteUsersAsync(String resourceGroupName, String name, String authprovider)Description for Gets the list of users of a static site.Mono<StaticSiteUserArmResourceInner>StaticSitesClient. updateStaticSiteUserAsync(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope)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)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)Description for Updates a user entry with the listed roles.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSiteUserArmResourceInner Modifier and Type Method Description StaticSiteUserArmResourceInnerStaticSitesClient. updateStaticSiteUser(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope)Description for Updates a user entry with the listed roles.Mono<StaticSiteUserArmResourceInner>StaticSitesClient. updateStaticSiteUserAsync(String resourceGroupName, String name, String authprovider, String userid, StaticSiteUserArmResourceInner staticSiteUserEnvelope)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)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)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 StaticSiteUserArmResourceInner Modifier and Type Method Description StaticSiteUserArmResourceInnerStaticSiteUserArmResourceInner. withKind(String kind)Set the kind property: Kind of resource.StaticSiteUserArmResourceInnerStaticSiteUserArmResourceInner. withRoles(String roles)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 StaticSiteUserArmResourceInner Modifier and Type Method Description List<StaticSiteUserArmResourceInner>StaticSiteUserCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteUserArmResourceInner Modifier and Type Method Description StaticSiteUserCollectionStaticSiteUserCollection. withValue(List<StaticSiteUserArmResourceInner> value)Set the value property: Collection of resources.
-