User Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
User()
Initializes a new instance of the User class.
public User ();
Public Sub New ()
Applies to
User(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the User class.
public User (string publishingUserName, string id = default, string name = default, string kind = default, string type = default, string publishingPassword = default, string publishingPasswordHash = default, string publishingPasswordHashSalt = default, string scmUri = default);
new Microsoft.Azure.Management.WebSites.Models.User : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.User
Public Sub New (publishingUserName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional publishingPassword As String = Nothing, Optional publishingPasswordHash As String = Nothing, Optional publishingPasswordHashSalt As String = Nothing, Optional scmUri As String = Nothing)
Parameters
- publishingUserName
- String
Username used for publishing.
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- publishingPassword
- String
Password used for publishing.
- publishingPasswordHash
- String
Password hash used for publishing.
- publishingPasswordHashSalt
- String
Password hash salt used for publishing.
- scmUri
- String
Url of SCM site.
Applies to
Azure SDK for .NET