UserChangeRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ユーザー変更要求の基本クラス |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET