Interface CfnFleet.IDomainJoinInfoProperty
The name of the directory and organizational unit (OU) to use to join a fleet to a Microsoft Active Directory domain.
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainJoinInfoProperty
Syntax (vb)
Public Interface IDomainJoinInfoProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppStream;
var domainJoinInfoProperty = new DomainJoinInfoProperty {
DirectoryName = "directoryName",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
};
Synopsis
Properties
Directory |
The fully qualified name of the directory (for example, corp.example.com). |
Organizational |
The distinguished name of the organizational unit for computer accounts. |
Properties
DirectoryName
The fully qualified name of the directory (for example, corp.example.com).
virtual string DirectoryName { get; }
Property Value
System.
Remarks
OrganizationalUnitDistinguishedName
The distinguished name of the organizational unit for computer accounts.
virtual string OrganizationalUnitDistinguishedName { get; }
Property Value
System.