StaticSiteUserArmResourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StaticSiteUserARMResource resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResourcePropertiesTypeConverter))]
public class StaticSiteUserArmResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |