StaticSiteUserArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteUserArmResourceInner
- com.
- com.
- com.
public final class StaticSiteUserArmResourceInner
extends ProxyOnlyResource
Static Site User ARM resource.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteUserArmResourceInner() |
Creates an instance of Static |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the display |
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
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. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
String |
userId()
Get the user |
void |
validate()
Validates the instance. |
Static |
withKind(String kind)
Set the kind property: Kind of resource. |
Static |
withRoles(String roles)
Set the roles property: The roles for the static site user, in free-form string format. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StaticSiteUserArmResourceInner
public StaticSiteUserArmResourceInner()
Creates an instance of StaticSiteUserArmResourceInner class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name for the static site user.
Returns:
fromJson
public static StaticSiteUserArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteUserArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StaticSiteUserArmResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StaticSiteUserArmResourceInner.name()Returns:
provider
public String provider()
Get the provider property: The identity provider for the static site user.
Returns:
roles
public String roles()
Get the roles property: The roles for the static site user, in free-form string format.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSiteUserArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StaticSiteUserArmResourceInner.type()Returns:
userId
public String userId()
Get the userId property: The user id for the static site user.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSiteUserArmResourceInner.validate()withKind
public StaticSiteUserArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StaticSiteUserArmResourceInner.withKind(String kind)Parameters:
withRoles
public StaticSiteUserArmResourceInner withRoles(String roles)
Set the roles property: The roles for the static site user, in free-form string format.
Parameters:
Returns: