HttpUserChangeRequest Class

Definition

Strongly typed class to represent the payload of a passthrough request to change the HTTP user.

[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/hdinsight/2013/05/management")]
public class HttpUserChangeRequest : Microsoft.WindowsAzure.Management.HDInsight.Contracts.UserChangeRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/hdinsight/2013/05/management")>]
type HttpUserChangeRequest = class
    inherit UserChangeRequest
Public Class HttpUserChangeRequest
Inherits UserChangeRequest
Inheritance
HttpUserChangeRequest
Attributes

Constructors

HttpUserChangeRequest()

Properties

Operation (Inherited from UserChangeRequest)
Password (Inherited from UserChangeRequest)
Username (Inherited from UserChangeRequest)

Applies to