Compartir a través de


User Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserTypeConverter))]
public class User : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUser, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserTypeConverter))>]
type User = class
    interface IUser
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class User
Implements IUser, IValidates
Inheritance
User
Attributes
Implements

Constructors

User()

Properties

Id
Kind
Name
PublishingPassword
PublishingPasswordHash
PublishingPasswordHashSalt
PublishingUserName
ScmUri
Type

Methods

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

Applies to