public class StaticSiteUserArmResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteUserArmResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: The display name for the static site user.
|
String |
provider()
Get the provider property: The identity provider for the static site user.
|
String |
roles()
Get the roles property: The roles for the static site user, in free-form string format.
|
String |
userId()
Get the userId property: The user id for the static site user.
|
void |
validate()
Validates the instance.
|
StaticSiteUserArmResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
StaticSiteUserArmResourceInner |
withRoles(String roles)
Set the roles property: The roles for the static site user, in free-form string format.
|
kindpublic String provider()
public String userId()
public String displayName()
public String roles()
public StaticSiteUserArmResourceInner withRoles(String roles)
roles - the roles value to set.public StaticSiteUserArmResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.