Share via


UserProperties Class

Definition

User resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserPropertiesTypeConverter))]
public class UserProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserPropertiesTypeConverter))>]
type UserProperties = class
    interface IUserProperties
    interface IJsonSerializable
Public Class UserProperties
Implements IUserProperties
Inheritance
UserProperties
Attributes
Implements

Constructors

UserProperties()

Creates an new UserProperties instance.

Properties

PublishingPassword

Password used for publishing.

PublishingPasswordHash

Password hash used for publishing.

PublishingPasswordHashSalt

Password hash salt used for publishing.

PublishingUserName

Username used for publishing.

ScmUri

Url of SCM site.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to