Amazon.DirectoryService.AmazonDirectoryServiceClient.EnableRadius C# (CSharp) Method

EnableRadius() public method

Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.
/// 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. ///
public EnableRadius ( Amazon.DirectoryService.Model.EnableRadiusRequest request ) : EnableRadiusResponse
request Amazon.DirectoryService.Model.EnableRadiusRequest Container for the necessary parameters to execute the EnableRadius service method.
return EnableRadiusResponse
        public EnableRadiusResponse EnableRadius(EnableRadiusRequest request)
        {
            var marshaller = new EnableRadiusRequestMarshaller();
            var unmarshaller = EnableRadiusResponseUnmarshaller.Instance;

            return Invoke<EnableRadiusRequest,EnableRadiusResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient