Amazon.DirectoryService.AmazonDirectoryServiceClient.CreateTrust C# (CSharp) Метод

CreateTrust() публичный Метод

AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

/// A client exception has occurred. /// /// The specified entity already exists. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The operation is not supported. ///
public CreateTrust ( CreateTrustRequest request ) : CreateTrustResponse
request Amazon.DirectoryService.Model.CreateTrustRequest Container for the necessary parameters to execute the CreateTrust service method.
Результат Amazon.DirectoryService.Model.CreateTrustResponse
        public CreateTrustResponse CreateTrust(CreateTrustRequest request)
        {
            var marshaller = new CreateTrustRequestMarshaller();
            var unmarshaller = CreateTrustResponseUnmarshaller.Instance;

            return Invoke<CreateTrustRequest,CreateTrustResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient