你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteUserArmResource Class

Definition

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.

Applies to