Bagikan melalui


UserProperties Class

Definition

[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()

Properties

PublishingPassword
PublishingPasswordHash
PublishingPasswordHashSalt
PublishingUserName
ScmUri

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to