UserInner 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
UserInner() |
Initializes a new instance of the UserInner class. |
UserInner(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the UserInner class. |
UserInner()
Initializes a new instance of the UserInner class.
public UserInner ();
Public Sub New ()
Applies to
UserInner(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the UserInner class.
public UserInner (string publishingUserName, string id = default, string name = default, string type = default, string kind = default, string publishingPassword = default, string publishingPasswordHash = default, string publishingPasswordHashSalt = default, string scmUri = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.UserInner : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.UserInner
Public Sub New (publishingUserName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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
- name
- String
- type
- String
- kind
- String
Kind of resource.
- 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