Class StaticSiteUserArmResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StaticSiteUserArmResourceInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
Static Site User ARM resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticSiteUserArmResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: The display name for the static site user.provider()Get the provider property: The identity provider for the static site user.roles()Get the roles property: The roles for the static site user, in free-form string format.userId()Get the userId property: The user id for the static site user.voidvalidate()Validates the instance.Set the kind property: Kind of resource.Set the roles property: The roles for the static site user, in free-form string format.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
StaticSiteUserArmResourceInner
public StaticSiteUserArmResourceInner()Creates an instance of StaticSiteUserArmResourceInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
provider
Get the provider property: The identity provider for the static site user.- Returns:
- the provider value.
-
userId
Get the userId property: The user id for the static site user.- Returns:
- the userId value.
-
displayName
Get the displayName property: The display name for the static site user.- Returns:
- the displayName value.
-
roles
Get the roles property: The roles for the static site user, in free-form string format.- Returns:
- the roles value.
-
withRoles
Set the roles property: The roles for the static site user, in free-form string format.- Parameters:
roles- the roles value to set.- Returns:
- the StaticSiteUserArmResourceInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-