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

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

Applies a schema extension to a Microsoft AD directory.
/// A client exception has occurred. /// /// The specified directory is unavailable or could not be found. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The maximum number of manual snapshots for the directory has been reached. You can /// use the GetSnapshotLimits operation to determine the snapshot limits for a /// directory. ///
public StartSchemaExtension ( StartSchemaExtensionRequest request ) : StartSchemaExtensionResponse
request Amazon.DirectoryService.Model.StartSchemaExtensionRequest Container for the necessary parameters to execute the StartSchemaExtension service method.
Результат Amazon.DirectoryService.Model.StartSchemaExtensionResponse
        public StartSchemaExtensionResponse StartSchemaExtension(StartSchemaExtensionRequest request)
        {
            var marshaller = new StartSchemaExtensionRequestMarshaller();
            var unmarshaller = StartSchemaExtensionResponseUnmarshaller.Instance;

            return Invoke<StartSchemaExtensionRequest,StartSchemaExtensionResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient