次の方法で共有


UserChangeRequest クラス

定義

Http または RDP ユーザー変更要求の基本クラス

[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
継承
UserChangeRequest
派生
属性

コンストラクター

UserChangeRequest()

Http または RDP ユーザー変更要求の基本クラス

プロパティ

Operation

Http または RDP ユーザー変更要求の基本クラス

Password

Http または RDP ユーザー変更要求の基本クラス

Username

Http または RDP ユーザー変更要求の基本クラス

適用対象