User Class

Definition

User credentials used for publishing activity.

[Microsoft.Rest.Serialization.JsonTransformation]
public class User : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type User = class
    inherit ProxyOnlyResource
Public Class User
Inherits ProxyOnlyResource
Inheritance
Attributes

Constructors

User()

Initializes a new instance of the User class.

User(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the User class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PublishingPassword

Gets or sets password used for publishing.

PublishingPasswordHash

Gets or sets password hash used for publishing.

PublishingPasswordHashSalt

Gets or sets password hash salt used for publishing.

PublishingUserName

Gets or sets username used for publishing.

ScmUri

Gets or sets url of SCM site.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Methods

Validate()

Validate the object.

Applies to