UserChangeRequest Class

Definition

Base class for Http or RDP User change requests

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

Constructors

UserChangeRequest()

Properties

Operation
Password
Username

Applies to