StaticSiteUserArmResource 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.
Static Site User ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserArmResourceTypeConverter))]
public class StaticSiteUserArmResource : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserArmResourceTypeConverter))>]
type StaticSiteUserArmResource = class
interface IStaticSiteUserArmResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSiteUserArmResource
Implements IStaticSiteUserArmResource, IValidates
- Inheritance
-
StaticSiteUserArmResource
- Attributes
- Implements
Constructors
StaticSiteUserArmResource() |
Creates an new StaticSiteUserArmResource instance. |
Properties
DisplayName |
The display name for the static site user. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Provider |
The identity provider for the static site user. |
ResourceGroupName |
Gets the resource group name |
Role |
The roles for the static site user, in free-form string format |
Type |
Resource type. |
UserId |
The user id for the static site user. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteUserArmResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteUserArmResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource. |
FromJsonString(String) |
Creates a new instance of StaticSiteUserArmResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteUserArmResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |