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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET