UserInner Class
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.
User credentials used for publishing activity.
[Microsoft.Rest.Serialization.JsonTransformation]
public class UserInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UserInner = class
inherit ProxyOnlyResourceInner
Public Class UserInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
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. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET