Compartir a través de


IUserProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to