Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteUserInvitationRequestResource
Packages that use StaticSiteUserInvitationRequestResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSiteUserInvitationRequestResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSiteUserInvitationRequestResourceModifier and TypeMethodDescriptionStaticSitesClient.createUserRolesInvitationLink
(String resourceGroupName, String name, StaticSiteUserInvitationRequestResource staticSiteUserRolesInvitationEnvelope) Creates an invitation link for a user with the role Description for Creates an invitation link for a user with the role.StaticSitesClient.createUserRolesInvitationLinkAsync
(String resourceGroupName, String name, StaticSiteUserInvitationRequestResource staticSiteUserRolesInvitationEnvelope) Creates an invitation link for a user with the role Description for Creates an invitation link for a user with the role.com.azure.core.http.rest.Response
<StaticSiteUserInvitationResponseResourceInner> StaticSitesClient.createUserRolesInvitationLinkWithResponse
(String resourceGroupName, String name, StaticSiteUserInvitationRequestResource staticSiteUserRolesInvitationEnvelope, com.azure.core.util.Context context) Creates an invitation link for a user with the role Description for Creates an invitation link for a user with the role.Mono
<com.azure.core.http.rest.Response<StaticSiteUserInvitationResponseResourceInner>> StaticSitesClient.createUserRolesInvitationLinkWithResponseAsync
(String resourceGroupName, String name, StaticSiteUserInvitationRequestResource staticSiteUserRolesInvitationEnvelope) Creates an invitation link for a user with the role Description for Creates an invitation link for a user with the role. -
Uses of StaticSiteUserInvitationRequestResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSiteUserInvitationRequestResourceModifier and TypeMethodDescriptionStaticSiteUserInvitationRequestResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteUserInvitationRequestResource from the JsonReader.StaticSiteUserInvitationRequestResource.withDomain
(String domain) Set the domain property: The domain name for the static site custom domain.Set the kind property: Kind of resource.StaticSiteUserInvitationRequestResource.withNumHoursToExpiration
(Integer numHoursToExpiration) Set the numHoursToExpiration property: The number of hours the sas token stays valid.StaticSiteUserInvitationRequestResource.withProvider
(String provider) Set the provider property: The identity provider for the static site user.Set the roles property: The roles for the static site user, in free-form string format.StaticSiteUserInvitationRequestResource.withUserDetails
(String userDetails) Set the userDetails property: The user id for the static site user.