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

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

Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
/// A client exception has occurred. /// /// 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 DeleteTrust ( DeleteTrustRequest request ) : DeleteTrustResponse
request Amazon.DirectoryService.Model.DeleteTrustRequest Container for the necessary parameters to execute the DeleteTrust service method.
Результат Amazon.DirectoryService.Model.DeleteTrustResponse
        public DeleteTrustResponse DeleteTrust(DeleteTrustRequest request)
        {
            var marshaller = new DeleteTrustRequestMarshaller();
            var unmarshaller = DeleteTrustResponseUnmarshaller.Instance;

            return Invoke<DeleteTrustRequest,DeleteTrustResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient