RdpUserChangeRequest 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.
Strongly typed class to represent the payload of a passthrough request to change the RDP user.
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/hdinsight/2013/05/management")]
public class RdpUserChangeRequest : Microsoft.WindowsAzure.Management.HDInsight.Contracts.UserChangeRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/hdinsight/2013/05/management")>]
type RdpUserChangeRequest = class
inherit UserChangeRequest
Public Class RdpUserChangeRequest
Inherits UserChangeRequest
- Inheritance
- Attributes
Constructors
RdpUserChangeRequest() |
Properties
ExpirationDate | |
Operation | (Inherited from UserChangeRequest) |
Password | (Inherited from UserChangeRequest) |
Username | (Inherited from UserChangeRequest) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET