Share via


StaticSiteUserArmResourceProperties Class

Definition

StaticSiteUserARMResource resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserArmResourcePropertiesTypeConverter))]
public class StaticSiteUserArmResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserArmResourcePropertiesTypeConverter))>]
type StaticSiteUserArmResourceProperties = class
    interface IStaticSiteUserArmResourceProperties
    interface IJsonSerializable
Public Class StaticSiteUserArmResourceProperties
Implements IStaticSiteUserArmResourceProperties
Inheritance
StaticSiteUserArmResourceProperties
Attributes
Implements

Constructors

StaticSiteUserArmResourceProperties()

Creates an new StaticSiteUserArmResourceProperties instance.

Properties

DisplayName

The display name for the static site user.

Provider

The identity provider for the static site user.

Role

The roles for the static site user, in free-form string format

UserId

The user id for the static site user.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteUserArmResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteUserArmResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResourceProperties.

FromJsonString(String)

Creates a new instance of StaticSiteUserArmResourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteUserArmResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to