UserChangeRequest 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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET